Optimised and improved shovel

This commit is contained in:
Фёдор Веселов 2024-09-29 19:46:02 +05:00
commit cd2013e4d8
2 changed files with 9 additions and 31 deletions

View file

@ -19,12 +19,4 @@ texture_pressed = ExtResource("2_pw2pj")
stretch_mode = 0
script = ExtResource("3_u6gir")
[node name="RayCast2D" type="RayCast2D" parent="."]
enabled = false
target_position = Vector2(0, 0)
collision_mask = 2
hit_from_inside = true
collide_with_areas = true
collide_with_bodies = false
[connection signal="focus_exited" from="." to="." method="OnFocusExited"]