diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:03:14 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:03:14 +0100 |
commit | 261a2cfd2bedafbc7fcf54e1b86adee206dea519 (patch) | |
tree | f099bca292e99ae54035f9a5ac7a455eec073c3e /game/CMakeLists.txt | |
parent | d9c67da9b8c2d8d25ef4dd2c700ddc78573d3a60 (diff) | |
parent | 0b9574bdd6c5968c07bcf165d66032b75649b5da (diff) |
merge w/ master
Diffstat (limited to 'game/CMakeLists.txt')
-rw-r--r-- | game/CMakeLists.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index 5c7bb6b..4d02633 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -11,7 +11,14 @@ add_subdirectory(../src crepe) add_executable(main) target_sources(main PUBLIC + background/AquariumSubScene.cpp + background/AquariumScript.cpp + background/BackgroundSubScene.cpp + background/ForestParallaxScript.cpp + background/ForestSubScene.cpp GameScene.cpp + background/HallwaySubScene.cpp + background/HallwayScript.cpp MoveCameraManualyScript.cpp player/PlayerScript.cpp player/PlayerSubScene.cpp @@ -22,23 +29,25 @@ target_sources(main PUBLIC workers/WorkersSubScene.cpp workers/WorkerScript.cpp workers/PanicFromPlayerScript.cpp + workers/CollisionScript.cpp main.cpp menus/BannerSubScene.cpp menus/ButtonSubScene.cpp menus/IButtonScript.cpp - menus/ButtonSetShopScript.cpp - menus/ButtonSetMainMenuScript.cpp + menus/ButtonSetShopSubScript.cpp + menus/ButtonSetMainMenuSubScript.cpp + menus/ButtonNextMainMenuSubScript.cpp menus/FloatingWindowSubScene.cpp menus/IFloatingWindowScript.cpp menus/shop/ShopMenuScene.cpp - menus/mainmenu/ButtonTransitionPreviewScript.cpp + menus/mainmenu/ButtonTransitionPreviewSubScript.cpp menus/mainmenu/ITransitionScript.cpp menus/mainmenu/MainMenuScene.cpp - menus/mainmenu/TransitionStartScript.cpp + menus/mainmenu/TransitionStartSubScript.cpp menus/endgame/EndGameSubScene.cpp menus/endgame/EndGameSubScript.cpp coins/CoinSubScene.cpp - coins/CoinPool.cpp + coins/CoinPoolSubScene.cpp coins/CoinSystemScript.cpp coins/CoinScript.cpp hud/HudSubScene.cpp |