vrajvpatel / SoundWave

Mobile Game
2 stars 0 forks source link

State Machine #6

Open shiftay opened 6 years ago

shiftay commented 6 years ago

The goal is to make this a single scene game, as such we need a state machine to pull this off. Static Game Manager for access, potentially.

shiftay commented 6 years ago

State Machine's basic functionality set up. Need to know what States are possible in order to set up everything. Have basic states: Menu, Settings, Pause, Play.