Refactor minimap

This commit is contained in:
MegaMech
2025-04-28 16:27:37 -06:00
parent 99cff66561
commit d3f4dc07bb
67 changed files with 771 additions and 1169 deletions
+1
View File
@@ -118,6 +118,7 @@ namespace Editor {
{ "Trophy", [](const FVector& pos) { return new OTrophy(pos, OTrophy::TrophyType::GOLD_150, OTrophy::Behaviour::ROTATE2); } },
{ "Snowman", [](const FVector& pos) { return new OSnowman(pos); } },
{ "Podium", [](const FVector& pos) { return new OPodium(pos); } },
{ "Balloons", [](const FVector& pos) { return new OGrandPrixBalloons(pos); } },
};
void ContentBrowserWindow::AddTrackContent() {