interior tiles and scene transitions

This commit is contained in:
2025-10-27 02:54:20 +01:00
parent eea9c18358
commit b36923a196
14 changed files with 196 additions and 82 deletions

View File

@@ -106,7 +106,7 @@ animations = [{
}]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_3vyb7"]
radius = 3.0
radius = 6.0
height = 14.0
[node name="Player" type="CharacterBody2D"]
@@ -119,7 +119,7 @@ sprite_frames = SubResource("SpriteFrames_qhqgy")
animation = &"down"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 13)
position = Vector2(0, 10)
rotation = -1.5707964
shape = SubResource("CapsuleShape2D_3vyb7")