solved the scale issues

This commit is contained in:
bizcochito
2022-01-20 13:53:32 +01:00
parent 151890b585
commit 2d8b8a23db
2 changed files with 9 additions and 5 deletions

View File

@@ -23,13 +23,12 @@ function GameDraw()
-- hud
textScale = 0.5
-- pause
if do_pause then PauseUI() end
-- debug
if debug then DebugUI() end
if debug_collision then
DebugColisions()
DebugEntities()
end
-- pause
if do_pause then PauseUI() end
end