Documented sequences and move them into the Course system

This commit is contained in:
KiritoDv
2024-11-30 14:44:14 -06:00
parent 91620199e5
commit 5e2c338fc7
32 changed files with 91 additions and 50 deletions
+1
View File
@@ -101,6 +101,7 @@ ChocoMountain::ChocoMountain() {
Props.Skybox.FloorBottomRight = {255, 255, 255};
Props.Skybox.FloorBottomLeft = {255, 255, 255};
Props.Skybox.FloorTopLeft = {255, 255, 255};
Props.Sequence = MusicSeq::MUSIC_SEQ_CHOCO_MOUNTAIN;
}
void ChocoMountain::Load() {