|
@@ -19,9 +19,8 @@ animations = [ {
|
|
|
"speed": 5.0
|
|
|
} ]
|
|
|
|
|
|
-[sub_resource type="CapsuleShape2D" id=2]
|
|
|
-radius = 26.1109
|
|
|
-height = 14.0326
|
|
|
+[sub_resource type="CircleShape2D" id=2]
|
|
|
+radius = 15.9444
|
|
|
|
|
|
[node name="Player" type="Area2D"]
|
|
|
script = ExtResource( 1 )
|
|
@@ -38,5 +37,6 @@ __meta__ = {
|
|
|
}
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
+position = Vector2( 0, -6.70612 )
|
|
|
shape = SubResource( 2 )
|
|
|
[connection signal="body_entered" from="." to="." method="_on_Player_body_entered"]
|