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

@ -12,6 +12,12 @@ namespace RhythmHeavenMania.Games.RhythmTweezers
// use PlayerActionObject for the actual tweezers but this isn't playable rn so IDC
public class RhythmTweezers : Minigame
{
public enum VegetableType
{
Onion,
Potato
}
[Header("References")]
public Transform VegetableHolder;
public SpriteRenderer Vegetable;