adjusted hitbox to be square
This commit is contained in:
parent
788e59a963
commit
ae006c05ff
1 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@ tracks/1/keys = {
|
|||
}
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 3, 3.5 )
|
||||
extents = Vector2( 3, 3 )
|
||||
|
||||
[node name="ArtificialSoul" type="Node2D"]
|
||||
script = ExtResource( 2 )
|
||||
|
@ -59,7 +59,6 @@ autoplay = "eye hue"
|
|||
"anims/eye hue" = SubResource( 2 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]
|
||||
position = Vector2( 0, -0.5 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[node name="Pivot" type="Node2D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue