From e259a65281a6916e0c1338bac0418920ead8a0a5 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 23 May 2021 02:00:21 +0200 Subject: [PATCH] Update entity collider size. --- game/modules/species/Human/Body.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/modules/species/Human/Body.tscn b/game/modules/species/Human/Body.tscn index e151a8f..c550393 100644 --- a/game/modules/species/Human/Body.tscn +++ b/game/modules/species/Human/Body.tscn @@ -3,8 +3,8 @@ [ext_resource path="res://characters/SimpleCharacter.tscn" type="PackedScene" id=1] [ext_resource path="res://player/Body.gd" type="Script" id=6] -[sub_resource type="CircleShape2D" id=4] -radius = 8.0 +[sub_resource type="CircleShape2D" id=1] +radius = 3.0 [node name="Body" type="KinematicBody2D"] script = ExtResource( 6 ) @@ -13,4 +13,4 @@ character_skeleton_path = NodePath("") [node name="Character" parent="." instance=ExtResource( 1 )] [node name="CollisionShape2D" type="CollisionShape2D" parent="."] -shape = SubResource( 4 ) +shape = SubResource( 1 )