This commit is contained in:
2024-10-25 16:53:28 +02:00
parent a799c0c1bc
commit 5684e58b09
4 changed files with 142 additions and 2 deletions

View File

@ -43,6 +43,7 @@ animations = [{
radius = 5.0
[node name="Player" type="CharacterBody2D"]
collision_layer = 2
script = ExtResource("1_btp1f")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
@ -50,7 +51,7 @@ position = Vector2(0, -12)
sprite_frames = SubResource("SpriteFrames_j6wpo")
animation = &"idle"
autoplay = "idle"
frame_progress = 0.161906
frame_progress = 0.179935
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, -6)