mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-11 21:22:22 +02:00
Fixed wrong card node names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user