Trymunx / Dragon-Slayer-v1

Electron app for the slaying sim
MIT License
0 stars 1 forks source link

Rewrite GameStates #5

Closed Alpvax closed 7 years ago

Alpvax commented 7 years ago

Automatically loads all files matching the pattern "GS_.js" where is the name of the state. If the loaded file is not an instance of GameState, it will display a warning in the console.

Alpvax commented 7 years ago

Updated to manually register GameStates in Index.js.

Ready to go.