diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-12-16 16:42:17 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-12-16 16:42:17 -0700 |
| commit | 60014ec46695fb964a685d6a17d5fc63e02ab7b8 (patch) | |
| tree | 7b7f58cb395ce42008c5e08d30d43eff2de0743d /src/engine/courses/TestCourse.cpp | |
| parent | 7f22f75db7fa7a1b2149bc953d2a159c52bc5e8b (diff) | |
More changes
Diffstat (limited to 'src/engine/courses/TestCourse.cpp')
| -rw-r--r-- | src/engine/courses/TestCourse.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/engine/courses/TestCourse.cpp b/src/engine/courses/TestCourse.cpp index 2750c727f..465f97012 100644 --- a/src/engine/courses/TestCourse.cpp +++ b/src/engine/courses/TestCourse.cpp @@ -14,6 +14,7 @@ #include "engine/actors/ACloud.h" #include "engine/vehicles/Train.h" #include "engine/objects/Trophy.h" +#include "engine/objects/CheepCheep.h" extern "C" { #include "main.h" @@ -189,14 +190,14 @@ void TestCourse::SpawnActors() { rrxing->crossingTrigger = crossing1; Vec3f pos = {0, 80, 0}; - //gWorldInstance.AddActor(new ACloud(pos)); + // gWorldInstance.AddActor(new ACloud(pos)); // gWorldInstance.AddActor(new OSeagull(0, pos)); // gWorldInstance.AddActor(new OSeagull(1, pos)); // gWorldInstance.AddActor(new OSeagull(2, pos)); // gWorldInstance.AddActor(new OSeagull(3, pos)); - - gWorldInstance.AddObject(new OTrophy(FVector(0,0,0), OTrophy::TrophyType::GOLD, OTrophy::Behaviour::GO_FISH)); + gWorldInstance.AddObject(new OCheepCheep(FVector(0, 40, 0), OCheepCheep::CheepType::RACE, IPathSpan(0, 10))); + //gWorldInstance.AddObject(new OTrophy(FVector(0,0,0), OTrophy::TrophyType::GOLD, OTrophy::Behaviour::GO_FISH)); } // Likely sets minimap boundaries |
