This commit is contained in:
Fierelier 2023-08-11 14:16:54 +02:00
parent 5c8333bc9e
commit 7ec0df31d2

View File

@ -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