From 10a18a014e9910e926b6aa049383bd91474305e4 Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Tue, 11 Jul 2023 16:57:29 -0400 Subject: [PATCH] slightly enlarge player hitbox so that tiles can be collided with and killed by at same time --- objects/player/player.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/player/player.tscn b/objects/player/player.tscn index db07f9d..0edac76 100644 --- a/objects/player/player.tscn +++ b/objects/player/player.tscn @@ -42,7 +42,7 @@ _data = [ Vector2( 0, 1 ), 0.0, -0.0636948, 0, 0, Vector2( 1, 0 ), -3.43886, 0.0 extents = Vector2( 2.5, 5 ) [sub_resource type="RectangleShape2D" id=3] -extents = Vector2( 2.5, 5 ) +extents = Vector2( 2.6, 5.1 ) [sub_resource type="RectangleShape2D" id=16] extents = Vector2( 2.5, 2.5 )