Trying to fix my git clean mistake lol
This commit is contained in:
@@ -102,7 +102,7 @@ region = Rect2( 320, 0, 64, 64 )
|
||||
atlas = ExtResource( 4 )
|
||||
region = Rect2( 384, 0, 64, 64 )
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
[sub_resource type="SpriteFrames" id=27]
|
||||
animations = [ {
|
||||
"frames": [ SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ) ],
|
||||
"loop": true,
|
||||
@@ -125,14 +125,14 @@ animations = [ {
|
||||
"speed": 5.0
|
||||
} ]
|
||||
|
||||
[sub_resource type="CircleShape2D" id=27]
|
||||
[sub_resource type="CircleShape2D" id=28]
|
||||
radius = 37.8109
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
script = ExtResource( 5 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
frames = SubResource( 1 )
|
||||
frames = SubResource( 27 )
|
||||
animation = "appear"
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
@@ -141,7 +141,7 @@ collision_mask = 2
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2( 0.187286, 0 )
|
||||
shape = SubResource( 27 )
|
||||
shape = SubResource( 28 )
|
||||
|
||||
[connection signal="animation_finished" from="AnimatedSprite" to="." method="_on_AnimatedSprite_animation_finished"]
|
||||
[connection signal="body_entered" from="Area2D" to="." method="_on_Area2D_body_entered"]
|
||||
|
Reference in New Issue
Block a user