Files
WickedEngine/Editor/startup.lua
T
2022-04-23 09:50:46 +02:00

7 lines
212 B
Lua

SetProfilerEnabled(false)
-- You can set custom scaling for 2D screen elements here (GUI, sprites, fonts):
--local canvas = application.GetCanvas()
--canvas.SetCustomScaling(1.5)
--application.SetCanvas(canvas)