Basic networking implemented, currently non functional

This commit is contained in:
2019-11-19 14:48:12 -06:00
parent b17842ab75
commit 82db9dd14d
14 changed files with 283 additions and 14 deletions

View File

@@ -44,5 +44,12 @@ 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