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