mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:47:38 +02:00
Editor: General enum property support. Hex input field functionality for color picker.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user