diff options
Diffstat (limited to 'player.tscn')
| -rw-r--r-- | player.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/player.tscn b/player.tscn index 0c0b17f..95201a5 100644 --- a/player.tscn +++ b/player.tscn @@ -99,7 +99,7 @@ animations = [{ }] [sub_resource type="RectangleShape2D" id="RectangleShape2D_onrkg"] -size = Vector2(6, 6) +size = Vector2(6, 7) [node name="Player" type="CharacterBody2D" groups=["camera_target", "debug_info"]] collision_mask = 129 @@ -114,9 +114,9 @@ camera_offset_jump = 14.0 [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] position = Vector2(0, -1) sprite_frames = SubResource("SpriteFrames_rj586") -animation = &"dead" +animation = &"idle" autoplay = "walk" [node name="CollisionShape2D" type="CollisionShape2D" parent="."] -position = Vector2(0, 3) +position = Vector2(0, 3.5) shape = SubResource("RectangleShape2D_onrkg") |
