Play test animation
This commit is contained in:
@@ -402,6 +402,7 @@ public partial class Game : Node3D, IGame
|
||||
|
||||
private void EnactEffectItemEffects(EffectItem effectItem)
|
||||
{
|
||||
_player.PlayTestAnimation();
|
||||
switch (effectItem.UsableItemTag)
|
||||
{
|
||||
case UsableItemTag.TeleportAllEnemiesToRoom:
|
||||
@@ -450,6 +451,7 @@ public partial class Game : Node3D, IGame
|
||||
|
||||
private void EnactThrowableItemEffects(ThrowableItem throwableItem)
|
||||
{
|
||||
_player.PlayTestAnimation();
|
||||
switch (throwableItem.ThrowableItemTag)
|
||||
{
|
||||
case ThrowableItemTag.DoubleExp:
|
||||
|
||||
Reference in New Issue
Block a user