diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2025-01-08 14:33:38 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2025-01-08 14:33:38 +0100 |
commit | 0729209117a4393e66d7f5b6d83083e2d7c0694c (patch) | |
tree | 0f84c9dcb1ef6ad7268f7508ae6576f6e42fc7e4 /game/CMakeLists.txt | |
parent | b445a1716a46dc875e0b2180c1a1b6022ec7a6d3 (diff) |
made my code work by adding it to the gamescene,main and config
Diffstat (limited to 'game/CMakeLists.txt')
-rw-r--r-- | game/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index 47adb11..9251b2c 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -16,6 +16,7 @@ add_executable(main background/ForestSubScene.cpp background/HallwaySubScene.cpp background/StartSubScene.cpp + background/HallwayScript.cpp # mainscenes GameScene.cpp @@ -39,9 +40,9 @@ add_executable(main preview/NpcScript.cpp preview/PrevPlayerSubScene.cpp preview/PrevPlayerScript.cpp + main.cpp # scripts - background/HallwayScript.cpp MoveCameraManualyScript.cpp StartGameScript.cpp @@ -58,7 +59,6 @@ add_executable(main workers/CollisionScript.cpp # menus - main.cpp menus/BannerSubScene.cpp menus/ButtonSubScene.cpp menus/IButtonScript.cpp |