Editor: General enum property support. Hex input field functionality for color picker.

This commit is contained in:
Jenny Crowe
2022-02-20 06:31:55 -07:00
parent ed738d8b0e
commit f24a081fce
7 changed files with 40 additions and 10 deletions

View File

@ -8,6 +8,12 @@ namespace RhythmHeavenMania.Games.Spaceball
{
public class Spaceball : Minigame
{
public enum CostumeType {
Standard,
Bunny,
SphereHead
}
public GameObject Ball;
public GameObject BallsHolder;