changed collision boxes

This commit is contained in:
2023-02-10 20:20:38 +01:00
parent 0f706f782a
commit ca50d4148c
2 changed files with 8 additions and 9 deletions

View File

@@ -85,8 +85,8 @@ animations = [{
}] }]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_38v5o"] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_38v5o"]
radius = 13.9973 radius = 7.99997
height = 45.968 height = 33.9946
[node name="player" type="CharacterBody2D"] [node name="player" type="CharacterBody2D"]
process_mode = 1 process_mode = 1
@@ -114,12 +114,6 @@ sprite_frames = SubResource("SpriteFrames_2x1cy")
animation = &"move_down" animation = &"move_down"
metadata/_edit_lock_ = true metadata/_edit_lock_ = true
[node name="collision_shape" type="CollisionShape2D" parent="."]
position = Vector2(0, 31)
rotation = 1.57345
shape = SubResource("CapsuleShape2D_38v5o")
metadata/_edit_lock_ = true
[node name="camera_2d" type="Camera2D" parent="."] [node name="camera_2d" type="Camera2D" parent="."]
zoom = Vector2(0.8, 0.8) zoom = Vector2(0.8, 0.8)
process_callback = 0 process_callback = 0
@@ -140,3 +134,8 @@ metadata/_edit_lock_ = true
[node name="dialog_bubble" parent="." instance=ExtResource("3_8f573")] [node name="dialog_bubble" parent="." instance=ExtResource("3_8f573")]
visible = false visible = false
[node name="collision_shape" type="CollisionShape2D" parent="."]
position = Vector2(1, 38)
rotation = 1.57345
shape = SubResource("CapsuleShape2D_38v5o")

View File

@@ -17,7 +17,7 @@ texture = ExtResource("1_imilm")
metadata/_edit_lock_ = true metadata/_edit_lock_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 21.6875) position = Vector2(0, 23)
shape = SubResource("RectangleShape2D_pchpi") shape = SubResource("RectangleShape2D_pchpi")
metadata/_edit_lock_ = true metadata/_edit_lock_ = true