Fixed wrong card node names

This commit is contained in:
2020-04-23 17:10:35 +02:00
parent 245fd0d95c
commit 7845321dbb
3 changed files with 11 additions and 11 deletions

View File

@@ -12,9 +12,9 @@
[sub_resource type="SpriteFrames" id=1] [sub_resource type="SpriteFrames" id=1]
animations = [ { animations = [ {
"frames": [ ExtResource( 4 ) ], "frames": [ ExtResource( 2 ) ],
"loop": false, "loop": false,
"name": "lvl0", "name": "lvl2",
"speed": 60.0 "speed": 60.0
}, { }, {
"frames": [ ExtResource( 3 ) ], "frames": [ ExtResource( 3 ) ],
@@ -22,13 +22,13 @@ animations = [ {
"name": "lvl1", "name": "lvl1",
"speed": 60.0 "speed": 60.0
}, { }, {
"frames": [ ExtResource( 2 ) ], "frames": [ ExtResource( 4 ) ],
"loop": false, "loop": false,
"name": "lvl2", "name": "lvl0",
"speed": 60.0 "speed": 60.0
} ] } ]
[node name="GenericCard4" type="TextureRect"] [node name="BarrelCard" type="TextureRect"]
margin_left = 180.718 margin_left = 180.718
margin_top = 220.859 margin_top = 220.859
margin_right = 212.718 margin_right = 212.718

View File

@@ -12,9 +12,9 @@
[sub_resource type="SpriteFrames" id=1] [sub_resource type="SpriteFrames" id=1]
animations = [ { animations = [ {
"frames": [ ExtResource( 4 ) ], "frames": [ ExtResource( 2 ) ],
"loop": false, "loop": false,
"name": "lvl0", "name": "lvl2",
"speed": 60.0 "speed": 60.0
}, { }, {
"frames": [ ExtResource( 3 ) ], "frames": [ ExtResource( 3 ) ],
@@ -22,13 +22,13 @@ animations = [ {
"name": "lvl1", "name": "lvl1",
"speed": 60.0 "speed": 60.0
}, { }, {
"frames": [ ExtResource( 2 ) ], "frames": [ ExtResource( 4 ) ],
"loop": false, "loop": false,
"name": "lvl2", "name": "lvl0",
"speed": 60.0 "speed": 60.0
} ] } ]
[node name="GenericCard3" type="TextureRect"] [node name="BarrierCard" type="TextureRect"]
margin_left = 124.812 margin_left = 124.812
margin_top = 220.859 margin_top = 220.859
margin_right = 156.812 margin_right = 156.812

View File

@@ -28,7 +28,7 @@ animations = [ {
"speed": 60.0 "speed": 60.0
} ] } ]
[node name="GenericCard2" type="TextureRect"] [node name="BearTrapCard" type="TextureRect"]
margin_left = 69.0145 margin_left = 69.0145
margin_top = 221.191 margin_top = 221.191
margin_right = 101.014 margin_right = 101.014