Added a new placeholder spritesheet for Wizard's Waltz

This commit is contained in:
Carson Kompon
2022-03-04 01:37:33 -05:00
parent 045423c44d
commit 05269d509c
21 changed files with 1475 additions and 854 deletions

View File

@ -57,6 +57,16 @@ namespace RhythmHeavenMania.Games.WizardsWaltz
animator.Play("Hit", 0, 0);
}
public void IdlePlant()
{
animator.Play("IdlePlant", 0, 0);
}
public void IdleFlower()
{
animator.Play("IdleFlower", 0, 0);
}
public void Eat()
{
animator.Play("Eat", 0, 0);

View File

@ -43,6 +43,11 @@ namespace RhythmHeavenMania.Games.WizardsWaltz
}
}
public void Idle()
{
animator.Play("Idle", 0, 0);
}
public void Magic(Plant plant, bool hit)
{
animator.Play("Magic", 0, 0);