mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 22:12:23 +02:00
Renamed torch to spawner to be more descriptive
This commit is contained in:
@@ -16,15 +16,15 @@ animations = [ {
|
|||||||
"name": "lvl0",
|
"name": "lvl0",
|
||||||
"speed": 60.0
|
"speed": 60.0
|
||||||
}, {
|
}, {
|
||||||
"frames": [ ExtResource( 6 ) ],
|
|
||||||
"loop": false,
|
|
||||||
"name": "lvl1",
|
|
||||||
"speed": 60.0
|
|
||||||
}, {
|
|
||||||
"frames": [ ExtResource( 5 ) ],
|
"frames": [ ExtResource( 5 ) ],
|
||||||
"loop": false,
|
"loop": false,
|
||||||
"name": "lvl2",
|
"name": "lvl2",
|
||||||
"speed": 60.0
|
"speed": 60.0
|
||||||
|
}, {
|
||||||
|
"frames": [ ExtResource( 6 ) ],
|
||||||
|
"loop": false,
|
||||||
|
"name": "lvl1",
|
||||||
|
"speed": 60.0
|
||||||
} ]
|
} ]
|
||||||
|
|
||||||
[node name="TorchCard" type="TextureRect"]
|
[node name="TorchCard" type="TextureRect"]
|
||||||
@@ -57,6 +57,6 @@ margin_top = -10.0295
|
|||||||
margin_right = 36.7647
|
margin_right = 36.7647
|
||||||
margin_bottom = 3.97046
|
margin_bottom = 3.97046
|
||||||
custom_fonts/font = ExtResource( 8 )
|
custom_fonts/font = ExtResource( 8 )
|
||||||
text = "Torch"
|
text = "Spawner"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user