9 lines
261 B
Lua
9 lines
261 B
Lua
SetProfilerEnabled(false)
|
|
physics.SetFrameRate(120)
|
|
physics.SetAccuracy(2)
|
|
|
|
-- You can set custom scaling for 2D screen elements here (GUI, sprites, fonts):
|
|
--local canvas = application.GetCanvas()
|
|
--canvas.SetCustomScaling(1.5)
|
|
--application.SetCanvas(canvas)
|