From 2447d76c7dcf97dd4cfe81b6ecb4658ace3c06e4 Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Thu, 25 May 2023 18:29:48 +0200 Subject: [PATCH] =?UTF-8?q?princesse/hitbox:=20r=C3=A9duction=20de=20la=20?= =?UTF-8?q?taille=20de=20la=20hitbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit trop punitif avant, maintenant c'est mieux, surtout quand il faut sauter entre des pics --- princesse.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/princesse.tscn b/princesse.tscn index 5aa1498..7a88a49 100644 --- a/princesse.tscn +++ b/princesse.tscn @@ -198,7 +198,7 @@ animations = [{ [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_6r7th"] radius = 5.0 -height = 50.0 +height = 42.6667 [sub_resource type="Animation" id="Animation_uo4aj"] resource_name = "death" @@ -307,7 +307,7 @@ drag_horizontal_enabled = true drag_vertical_enabled = true [node name="CollisionShape2D" type="CollisionShape2D" parent="."] -position = Vector2(1, 0) +position = Vector2(1, 2) shape = SubResource("CapsuleShape2D_6r7th") [node name="ground_far_detect" type="RayCast2D" parent="."]