From f663aa291713be3e9e7cf70707d6a23b128d1ab4 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Tue, 24 Dec 2024 09:52:50 +0100 Subject: Moved Player files to seperate folder --- game/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game') diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt index 937b5e6..c3a2d52 100644 --- a/game/CMakeLists.txt +++ b/game/CMakeLists.txt @@ -16,8 +16,8 @@ add_executable(main GameScene.cpp background/HallwaySubScene.cpp MoveCameraManualyScript.cpp - PlayerScript.cpp - PlayerSubScene.cpp + player/PlayerScript.cpp + player/PlayerSubScene.cpp StartGameScript.cpp background/StartSubScene.cpp main.cpp -- cgit v1.2.3