diff --git a/src/Objects/Barrel/BarrelCard.tscn b/src/Objects/Barrel/BarrelCard.tscn index 335a819..656d88c 100644 --- a/src/Objects/Barrel/BarrelCard.tscn +++ b/src/Objects/Barrel/BarrelCard.tscn @@ -12,9 +12,9 @@ [sub_resource type="SpriteFrames" id=1] animations = [ { -"frames": [ ExtResource( 4 ) ], +"frames": [ ExtResource( 2 ) ], "loop": false, -"name": "lvl0", +"name": "lvl2", "speed": 60.0 }, { "frames": [ ExtResource( 3 ) ], @@ -22,13 +22,13 @@ animations = [ { "name": "lvl1", "speed": 60.0 }, { -"frames": [ ExtResource( 2 ) ], +"frames": [ ExtResource( 4 ) ], "loop": false, -"name": "lvl2", +"name": "lvl0", "speed": 60.0 } ] -[node name="GenericCard4" type="TextureRect"] +[node name="BarrelCard" type="TextureRect"] margin_left = 180.718 margin_top = 220.859 margin_right = 212.718 diff --git a/src/Objects/Barriere/BarrierCard.tscn b/src/Objects/Barriere/BarrierCard.tscn index 5fa02ea..a047cd6 100644 --- a/src/Objects/Barriere/BarrierCard.tscn +++ b/src/Objects/Barriere/BarrierCard.tscn @@ -12,9 +12,9 @@ [sub_resource type="SpriteFrames" id=1] animations = [ { -"frames": [ ExtResource( 4 ) ], +"frames": [ ExtResource( 2 ) ], "loop": false, -"name": "lvl0", +"name": "lvl2", "speed": 60.0 }, { "frames": [ ExtResource( 3 ) ], @@ -22,13 +22,13 @@ animations = [ { "name": "lvl1", "speed": 60.0 }, { -"frames": [ ExtResource( 2 ) ], +"frames": [ ExtResource( 4 ) ], "loop": false, -"name": "lvl2", +"name": "lvl0", "speed": 60.0 } ] -[node name="GenericCard3" type="TextureRect"] +[node name="BarrierCard" type="TextureRect"] margin_left = 124.812 margin_top = 220.859 margin_right = 156.812 diff --git a/src/Objects/Traps/Bear/BearCard.tscn b/src/Objects/Traps/Bear/BearCard.tscn index c43e188..5143064 100644 --- a/src/Objects/Traps/Bear/BearCard.tscn +++ b/src/Objects/Traps/Bear/BearCard.tscn @@ -28,7 +28,7 @@ animations = [ { "speed": 60.0 } ] -[node name="GenericCard2" type="TextureRect"] +[node name="BearTrapCard" type="TextureRect"] margin_left = 69.0145 margin_top = 221.191 margin_right = 101.014