changed node name to key

This commit is contained in:
pennyrigate 2023-05-01 00:01:41 -04:00
parent ae006c05ff
commit afe7c35ea7

View file

@ -62,7 +62,7 @@ animations = [ {
[sub_resource type="RectangleShape2D" id=6] [sub_resource type="RectangleShape2D" id=6]
extents = Vector2( 4, 4 ) extents = Vector2( 4, 4 )
[node name="Gold" type="Node2D" groups=["gold"]] [node name="Key" type="Node2D" groups=["gold"]]
script = ExtResource( 4 ) script = ExtResource( 4 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."] [node name="AnimatedSprite" type="AnimatedSprite" parent="."]
@ -70,7 +70,7 @@ material = SubResource( 7 )
position = Vector2( 0, -1 ) position = Vector2( 0, -1 )
frames = SubResource( 5 ) frames = SubResource( 5 )
animation = "key" animation = "key"
frame = 3 frame = 6
playing = true playing = true
centered = false centered = false