baby's first text changes

This commit is contained in:
Seanski2 2024-02-06 20:09:42 -05:00
parent bef530146f
commit 5e92ac09d1

View file

@ -54,7 +54,7 @@ namespace HeavenStudio.Games.Loaders
defaultLength = 1f, defaultLength = 1f,
priority = 1, priority = 1,
}, },
new GameAction("passTurn", "Pass Turn") new GameAction("buttonColor", "Button Color")
{ {
function = delegate { function = delegate {
if (eventCaller.gameManager.minigameObj.TryGetComponent(out SlotMonster instance)) { if (eventCaller.gameManager.minigameObj.TryGetComponent(out SlotMonster instance)) {
@ -92,16 +92,16 @@ namespace HeavenStudio.Games
public enum EyeTypes public enum EyeTypes
{ {
Random, Random,
Test1, Note,
Test2, Ring,
Test3, Cake,
Test4, Flower,
Test5, Beverage,
Test6, Mushroom,
Test7, Key,
Test8, Ribbon,
Test9, Hat,
Test10, Barista,
} }
[Header("Animators")] [Header("Animators")]