mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:27:40 +02:00
Editor: General enum property support. Hex input field functionality for color picker.
This commit is contained in:
@ -8,6 +8,12 @@ namespace RhythmHeavenMania.Games.Spaceball
|
||||
{
|
||||
public class Spaceball : Minigame
|
||||
{
|
||||
public enum CostumeType {
|
||||
Standard,
|
||||
Bunny,
|
||||
SphereHead
|
||||
}
|
||||
|
||||
public GameObject Ball;
|
||||
public GameObject BallsHolder;
|
||||
|
||||
|
Reference in New Issue
Block a user