summaryrefslogtreecommitdiff
path: root/src/engine/courses/TestCourse.cpp
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-01-18 08:58:12 -0700
committerGitHub <noreply@github.com>2025-01-18 08:58:12 -0700
commit8c46368d5d93ad278c124ffc6446ab691dff8082 (patch)
tree3506dce3de08c514eeb3ee9d1dc575e7713331ca /src/engine/courses/TestCourse.cpp
parent04d56d6ba0705776149358608a27db8ab23e9449 (diff)
Fix data, option menus, impl boos, fix demo camera (#156)
* Fix data and option menus * safer code * wip boos impl * finish impl boos * Fix demo camera * slightly better match
Diffstat (limited to 'src/engine/courses/TestCourse.cpp')
-rw-r--r--src/engine/courses/TestCourse.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/engine/courses/TestCourse.cpp b/src/engine/courses/TestCourse.cpp
index 7e25d3357..cf35a062b 100644
--- a/src/engine/courses/TestCourse.cpp
+++ b/src/engine/courses/TestCourse.cpp
@@ -24,6 +24,7 @@
#include "engine/objects/Flagpole.h"
#include "engine/objects/HotAirBalloon.h"
#include "engine/objects/Crab.h"
+#include "engine/objects/Boos.h"
#include "engine/particles/StarEmitter.h"
extern "C" {
@@ -216,7 +217,10 @@ void TestCourse::SpawnActors() {
// gWorldInstance.AddObject(new OHotAirBalloon(FVector(0.0, 20.0f, -200.0f)));
//gWorldInstance.AddObject(new OCrab(FVector2D(0, 0), FVector2D(0, -200)));
- gWorldInstance.AddActor(new ABowserStatue(FVector(-200, 0, 0), ABowserStatue::Behaviour::CRUSH));
+// gWorldInstance.AddActor(new ABowserStatue(FVector(-200, 0, 0), ABowserStatue::Behaviour::CRUSH));
+
+// gWorldInstance.AddObject(new OBoos(10, IPathSpan(0, 5), IPathSpan(18, 23), IPathSpan(25, 50)));
+
}
// Likely sets minimap boundaries