|
@@ -13,7 +13,7 @@ __meta__ = {
|
|
|
}
|
|
|
|
|
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
|
|
-position = Vector2( -2.38393, -13.6097 )
|
|
|
+position = Vector2( 0, -70 )
|
|
|
scale = Vector2( 2, 2 )
|
|
|
frames = ExtResource( 2 )
|
|
|
animation = "idle"
|
|
@@ -22,6 +22,7 @@ __meta__ = {
|
|
|
}
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
-position = Vector2( 1.02168, -13.8579 )
|
|
|
+position = Vector2( 0, -70 )
|
|
|
shape = SubResource( 1 )
|
|
|
+
|
|
|
[connection signal="body_entered" from="." to="." method="_on_Player_body_entered"]
|