Merge branch 'feature/pause-menu' into feature/menu

This commit is contained in:
Jasper
2021-06-08 12:14:04 +02:00
10 changed files with 224 additions and 25 deletions

View File

@@ -9,6 +9,7 @@ namespace scene
class Startup_Scene : public scene::Scene
{
private:
//return_value is an enum that is necessary for the scene switching. Whenever this changes, the scene will change to a different scene.
scene::Scenes return_value = scene::Scenes::STARTUP;
public: