From 97465bf6000a01946b803b55baa1a9bcf2333450 Mon Sep 17 00:00:00 2001 From: cmod31 Date: Thu, 23 Feb 2023 09:50:21 +0100 Subject: [PATCH] better collision shapes --- scenes/base_npc.tscn | 4 ++-- scenes/player.tscn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scenes/base_npc.tscn b/scenes/base_npc.tscn index b303e36..a2457cd 100644 --- a/scenes/base_npc.tscn +++ b/scenes/base_npc.tscn @@ -84,8 +84,8 @@ animations = [{ }] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_rsgcw"] -radius = 7.99997 -height = 32.0 +radius = 9.0 +height = 60.0 [sub_resource type="RectangleShape2D" id="RectangleShape2D_sgrqb"] size = Vector2(64, 100) diff --git a/scenes/player.tscn b/scenes/player.tscn index 0af4f4b..a9199a3 100644 --- a/scenes/player.tscn +++ b/scenes/player.tscn @@ -86,7 +86,7 @@ animations = [{ }] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_38v5o"] -height = 50.0 +height = 59.9998 [node name="player" type="CharacterBody2D"] process_mode = 1