Marching Orders - Full Base

im so tired rn i wanna at least get back on modding i wanna take a huge rest i wanna sleep
This commit is contained in:
KrispyDotlessI
2022-08-26 18:48:32 +08:00
parent 2cc7ffb6a8
commit 3c0201dcdb
11 changed files with 2199 additions and 48 deletions

View File

@ -1,9 +1,14 @@
//notes:
//1. see space soccer, mr upbeat, tunnel for keep-the-beat codes
//2. see fan club for separate prefabs
// BEFORE NEW PROPS
//1. minenice will also use this to test out randomly named parameters so coding has to rest until the new props update
//2. see fan club for separate prefabs (cadets) [DONE]
//3. temporarily take sounds from rhre, wait until someone records the full code, including misses, or record it myself (unlikely)
//4. figure how to do custom bg changes when the upscaled textures are finished (see karate man, launch party once it releases)
//5. delete all notes once the minigame is considered feature-complete
// AFTER NEW PROPS
//4. see space soccer, mr upbeat, tunnel for keep-the-beat codes
//5. figure how to do custom bg changes when the upscaled textures are finished (see karate man, launch party once it releases)
//6. will use a textbox without going through the visual options but i wonder how..?? (see first contact if ever textboxes are implemented in said minigame)
// AFTER FEATURE COMPLETION
//7. delete all notes once the minigame is considered feature-complete
using HeavenStudio.Util;
using System;