Made dialog boxes

This commit is contained in:
bizcochito
2022-02-01 15:05:36 +01:00
parent b4311064f6
commit 2113917fb1
7 changed files with 134 additions and 5 deletions

View File

@@ -32,7 +32,10 @@ function GameStep()
end
if Keybind:HasPressed(Keybind.debug.reload) then
LoadLevel()
--LoadLevel()
menuPage = "example"
MenuInit(menuPage)
end
if Keybind:HasPressed(Keybind.debug.editor) then