Spaceball pretty much finalized.

This commit is contained in:
Starpelly
2021-12-28 02:38:55 -05:00
parent 75965927d6
commit c653d487ac
24 changed files with 2225 additions and 285 deletions

View File

@ -25,6 +25,8 @@ namespace RhythmHeavenMania.Games.Spaceball
private List<Beatmap.Entity> allCameraEvents = new List<Beatmap.Entity>();
public Alien alien;
public static Spaceball instance { get; set; }
public override void OnGameSwitch()