a game about throwing hammers made for the github game off
| -rw-r--r-- | player/player.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/player/player.tscn b/player/player.tscn index c44afe6..14c350a 100644 --- a/player/player.tscn +++ b/player/player.tscn @@ -101,7 +101,7 @@ _data = { } [sub_resource type="CircleShape2D" id="CircleShape2D_vxcc3"] -radius = 17.0 +radius = 21.0 [node name="player" type="CharacterBody2D"] collision_layer = 2 @@ -152,7 +152,7 @@ collision_mask = 64 monitorable = false [node name="CollisionShape2D" type="CollisionShape2D" parent="PickupArea"] -position = Vector2(0, -6) +position = Vector2(0, -8) shape = SubResource("CircleShape2D_vxcc3") [node name="AimGizmo" parent="." instance=ExtResource("6_ok4xh")] |