From b21bc3d44dea10bb7ccbbc2aac41d1267998c501 Mon Sep 17 00:00:00 2001 From: karutoh Date: Tue, 5 Dec 2023 16:02:42 -0800 Subject: [PATCH] Backup --- .idea/TechDemo.iml | 2 + .idea/editor.xml | 87 ++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 8 ++ .idea/misc.xml | 1 + .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 + CMakeLists.txt | 2 +- Levels/MainMenu.cpp | 12 +- Levels/MainMenu.h | 2 +- Levels/TestLevel.cpp | 115 ++++++++++++------- Levels/TestLevel.h | 2 +- main.cpp | 8 +- 12 files changed, 191 insertions(+), 62 deletions(-) create mode 100644 .idea/TechDemo.iml create mode 100644 .idea/editor.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/TechDemo.iml b/.idea/TechDemo.iml new file mode 100644 index 0000000..f08604b --- /dev/null +++ b/.idea/TechDemo.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml new file mode 100644 index 0000000..f9a3953 --- /dev/null +++ b/.idea/editor.xml @@ -0,0 +1,87 @@ + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..1a4ace3 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 30bab2a..c2cdd87 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ +