Ditto
This commit is contained in:
parent
5c8333bc9e
commit
7ec0df31d2
@ -8,6 +8,8 @@ end
|
||||
local width = 320
|
||||
local height = 240
|
||||
local framelimit = 60
|
||||
local fovVert = 67
|
||||
local fovHor = fovVert * (width / height)
|
||||
framelimit = math.floor(1000 / framelimit)
|
||||
|
||||
local px = -1
|
||||
|
Loading…
Reference in New Issue
Block a user