mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:47:39 +02:00
Added a new placeholder spritesheet for Wizard's Waltz
This commit is contained in:
@ -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);
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user