mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
Remove collision layers from Draggable
This commit is contained in:
parent
42661f8efc
commit
b0908e4e29
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
radius = 8.0
|
radius = 8.0
|
||||||
|
|
||||||
[node name="Draggable" type="Area2D"]
|
[node name="Draggable" type="Area2D"]
|
||||||
|
collision_layer = 0
|
||||||
|
collision_mask = 0
|
||||||
script = ExtResource("1_hdedq")
|
script = ExtResource("1_hdedq")
|
||||||
|
|
||||||
[node name="Shape" type="CollisionShape2D" parent="."]
|
[node name="Shape" type="CollisionShape2D" parent="."]
|
||||||
|
|
Loading…
Reference in a new issue