From 5f0449398141dcedd81415f32519b09ebc181d10 Mon Sep 17 00:00:00 2001 From: CactiChameleon9 <51231053+CactiChameleon9@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:11:47 +0000 Subject: [PATCH] Fix spelling mistake in animation names --- src/nodes/units/Foe.tscn | 8 ++++---- src/nodes/units/Friend.tscn | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/nodes/units/Foe.tscn b/src/nodes/units/Foe.tscn index b21045c..96dea2b 100644 --- a/src/nodes/units/Foe.tscn +++ b/src/nodes/units/Foe.tscn @@ -38,7 +38,7 @@ tracks/0/keys = { } [sub_resource type="Animation" id=3] -resource_name = "Attacted" +resource_name = "Attacked front" length = 0.8 step = 0.05 tracks/0/type = "value" @@ -55,7 +55,7 @@ tracks/0/keys = { } [sub_resource type="Animation" id=4] -resource_name = "Attacted back" +resource_name = "Attacked back" length = 0.8 step = 0.05 tracks/0/type = "value" @@ -128,7 +128,7 @@ frame = 12 autoplay = "Idle" "anims/Attack back" = SubResource( 1 ) "anims/Attack front" = SubResource( 2 ) -anims/Attacted = SubResource( 3 ) -"anims/Attacted back" = SubResource( 4 ) +"anims/Attacked front" = SubResource( 3 ) +"anims/Attacked back" = SubResource( 4 ) anims/Idle = SubResource( 5 ) "anims/Idle back" = SubResource( 6 ) diff --git a/src/nodes/units/Friend.tscn b/src/nodes/units/Friend.tscn index f33ad6a..e9aa191 100644 --- a/src/nodes/units/Friend.tscn +++ b/src/nodes/units/Friend.tscn @@ -38,7 +38,7 @@ tracks/0/keys = { } [sub_resource type="Animation" id=3] -resource_name = "Attacted" +resource_name = "Attacked front" length = 0.8 step = 0.05 tracks/0/type = "value" @@ -55,7 +55,7 @@ tracks/0/keys = { } [sub_resource type="Animation" id=4] -resource_name = "Attacted back" +resource_name = "Attacked back" length = 0.8 step = 0.05 tracks/0/type = "value" @@ -127,7 +127,7 @@ vframes = 6 autoplay = "Idle" "anims/Attack back" = SubResource( 1 ) "anims/Attack front" = SubResource( 2 ) -anims/Attacted = SubResource( 3 ) -"anims/Attacted back" = SubResource( 4 ) +"anims/Attacked front" = SubResource( 3 ) +"anims/Attacked back" = SubResource( 4 ) anims/Idle = SubResource( 5 ) "anims/Idle back" = SubResource( 6 )