a game about throwing hammers made for the github game off
Diffstat (limited to 'player/player_collision.tres')
| -rw-r--r-- | player/player_collision.tres | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/player/player_collision.tres b/player/player_collision.tres new file mode 100644 index 0000000..39ec48b --- /dev/null +++ b/player/player_collision.tres @@ -0,0 +1,5 @@ +[gd_resource type="CapsuleShape2D" format=3 uid="uid://f1oxba248m0l"] + +[resource] +radius = 3.0 +height = 14.0 |