forked from team-sg/hero-mark-2
changed node name to key
This commit is contained in:
parent
ae006c05ff
commit
afe7c35ea7
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ animations = [ {
|
|||
[sub_resource type="RectangleShape2D" id=6]
|
||||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="Gold" type="Node2D" groups=["gold"]]
|
||||
[node name="Key" type="Node2D" groups=["gold"]]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
|
@ -70,7 +70,7 @@ material = SubResource( 7 )
|
|||
position = Vector2( 0, -1 )
|
||||
frames = SubResource( 5 )
|
||||
animation = "key"
|
||||
frame = 3
|
||||
frame = 6
|
||||
playing = true
|
||||
centered = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue