working game (but bad)

This commit is contained in:
Crizomb 2025-06-13 23:48:46 +02:00
parent dbb296ff5d
commit 5c65b99604
6 changed files with 89 additions and 12 deletions

View file

@ -18,7 +18,8 @@ else()
endif()
add_executable(simpleGame
Source/Game.cpp Include/Game.hpp Source/Main.cpp
Source/Game.cpp Include/Game.hpp Include/GameData.hpp
Source/Main.cpp
Source/AudioEmitter.cpp Include/AudioEmitter.hpp
Source/NoteSprite.cpp Include/NoteSprite.hpp
Source/NoteTile.cpp Include/NoteTile.hpp Include/NotePlaceEnum.hpp