7fcd03b7ab
- default physics stepcount increased to maintain 120 FPS even below 30 gfx FPS - editor translator disable smooth wireframe because intel draws it ugly
9 lines
265 B
Lua
9 lines
265 B
Lua
SetProfilerEnabled(false)
|
|
--physics.SetFrameRate(120)
|
|
--physics.SetAccuracy(4)
|
|
|
|
-- You can set custom scaling for 2D screen elements here (GUI, sprites, fonts):
|
|
--local canvas = application.GetCanvas()
|
|
--canvas.SetCustomScaling(1.5)
|
|
--application.SetCanvas(canvas)
|