Files
WickedEngine/Editor/startup.lua
T
2023-11-03 08:12:28 +01:00

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)