17 void draw()
const override;
Fades between two scenes, first fading to black and then fading to the new scene.
void draw() const override
Draw the game state.
void onQuitEvent() override
Gets called when the user closes the main window or quit() has been called.
void step() override
Advance the game logic.
Active state of the game, e.g. a menu or the game itself.