From b97ecfb7de7f5bfe473cabf7d3617ec4f77b7b14 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 26 Sep 2024 21:47:07 +0200 Subject: [PATCH] Decrease the player's collision capsule's size. --- voxelman/the_tower_gles3/player/Player.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxelman/the_tower_gles3/player/Player.tscn b/voxelman/the_tower_gles3/player/Player.tscn index f05a863..702d110 100644 --- a/voxelman/the_tower_gles3/player/Player.tscn +++ b/voxelman/the_tower_gles3/player/Player.tscn @@ -8,7 +8,7 @@ [ext_resource path="res://player/ui_theme.tres" type="Theme" id=6] [sub_resource type="CapsuleShape" id=1] -radius = 0.5 +radius = 0.295341 height = 1.6 [node name="Player" type="KinematicBody"]