Linux Game Jam 2023 mini-contribution

This commit is contained in:
John McCardle 2023-07-08 19:42:47 -04:00
commit 76ac236be3
7 changed files with 156 additions and 26 deletions

View file

@ -8,6 +8,7 @@ class MenuScene: public Scene
{
sf::Text text;
sf::Text text2;
sf::Text text3;
public:
MenuScene(GameEngine*);