Files
WickedEngine/Editor/startup.lua
T
Turánszki János 03fe5dcce8 Physics updates, lua bindings (#554)
* physics updates, lua bindings

* velocity setters

* fix softbody gravity

* gui things

* colliders cpu and gpu separation

* terrain prop check for missing assets

* lua internal put in function
2022-09-04 16:34:50 +02:00

8 lines
235 B
Lua

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