aboutsummaryrefslogtreecommitdiff
path: root/game/background/BackgroundSubScene.cpp
diff options
context:
space:
mode:
authorMax-001 <maxsmits21@kpnmail.nl>2025-01-08 10:14:45 +0100
committerMax-001 <maxsmits21@kpnmail.nl>2025-01-08 10:14:45 +0100
commit1c00c12c8a2c1e896b97479601242b71503f7c30 (patch)
tree3295b1daadd12f2ff82ff6757049c82515c498eb /game/background/BackgroundSubScene.cpp
parentb1824253875901b4fb6f4c5fee72aea6d807d370 (diff)
Commented out 3/4 of level
Diffstat (limited to 'game/background/BackgroundSubScene.cpp')
-rw-r--r--game/background/BackgroundSubScene.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/background/BackgroundSubScene.cpp b/game/background/BackgroundSubScene.cpp
index a7ac916..0f54800 100644
--- a/game/background/BackgroundSubScene.cpp
+++ b/game/background/BackgroundSubScene.cpp
@@ -33,7 +33,7 @@ BackgroundSubScene::BackgroundSubScene(Scene & scn) {
begin_x = hallway.create(scn, begin_x, 4, Color::GREEN);
- begin_x = aquarium.create(scn, begin_x);
+ /*begin_x = aquarium.create(scn, begin_x);
begin_x = hallway.create(scn, begin_x, 5, Color::RED);
@@ -79,5 +79,5 @@ BackgroundSubScene::BackgroundSubScene(Scene & scn) {
begin_x = forest.create(scn, begin_x, "8");
- begin_x = hallway.create(scn, begin_x, 16, Color::MAGENTA);
+ begin_x = hallway.create(scn, begin_x, 16, Color::MAGENTA);*/
}