Renamed pause.lua to ui.lua; adjusted accordingly.

This commit is contained in:
lustlion
2022-01-21 15:56:25 +01:00
parent 9e43b02620
commit f4b44dc7bc
10 changed files with 121 additions and 75 deletions

View File

@@ -29,6 +29,4 @@ function GameDraw()
DebugColisions()
DebugEntities()
end
-- pause
if do_pause then PauseUI() end
end