Made a GameLoop helper module to make game class cleaner

This commit is contained in:
Jeremiah Billmann
2013-07-09 21:23:48 -04:00
parent 7b7021bf09
commit a31865142c
4 changed files with 57 additions and 72 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ html
script(src='/garageserver.io.js')
script(src='/javascripts/jquery-2.0.0.min.js')
script(src='/javascripts/keyboard.min.js')
script(src='/javascripts/accumulator.js')
script(src='/javascripts/gameloop.js')
script(src='core.js')
script(src='/javascripts/game.js')
body