Added pause menu, refreshed solo lobby menu, added settings for storing player's color and team, misc.

This commit is contained in:
2021-01-01 19:20:05 -06:00
parent 5f301337b4
commit f3fccc8b24
13 changed files with 145 additions and 54 deletions

View File

@@ -51,12 +51,5 @@ class IMICRTS
def dt
delta_time / 1000.0
end
# Override CyberarmEngine::Window#push_state to only ever have 1 state
def push_state(*args)
@states.clear
super(*args)
end
end
end