slightly enlarge player hitbox so that tiles can be collided with and killed by at same time

This commit is contained in:
Haze Weathers 2023-07-11 16:57:29 -04:00
parent be2008163d
commit 10a18a014e

View file

@ -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 ) extents = Vector2( 2.5, 5 )
[sub_resource type="RectangleShape2D" id=3] [sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 2.5, 5 ) extents = Vector2( 2.6, 5.1 )
[sub_resource type="RectangleShape2D" id=16] [sub_resource type="RectangleShape2D" id=16]
extents = Vector2( 2.5, 2.5 ) extents = Vector2( 2.5, 2.5 )