Devlogs
State Machines & Game Over conditions
Rather boring stuff
- Enemy AI is now controlled by a state machine script with various used and unused states including, Spawn, chase (The only one being used at the moment) and a few others, it'll make it easier to test and develop further.
- End condition added for the asteroid running out of health (restarts)