From 0729209117a4393e66d7f5b6d83083e2d7c0694c Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Wed, 8 Jan 2025 14:33:38 +0100 Subject: made my code work by adding it to the gamescene,main and config --- game/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game/CMakeLists.txt') 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 -- cgit v1.2.3