1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Unset pickable from all Area2D

This commit is contained in:
Steffo 2024-04-19 18:25:39 +02:00
parent 9c73dd7ebb
commit 0fa269cde5
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
6 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
[node name="CursorDetector" type="Area2D"]
collision_layer = 0
collision_mask = 64
input_pickable = false
monitorable = false
script = ExtResource("1_4hcxj")

View file

@ -5,4 +5,5 @@
[node name="Draggable" type="Area2D"]
collision_layer = 0
collision_mask = 0
input_pickable = false
script = ExtResource("1_hdedq")

View file

@ -5,6 +5,7 @@
[node name="Eater" type="Area2D"]
collision_layer = 0
collision_mask = 8
input_pickable = false
monitorable = false
script = ExtResource("1_urx5y")

View file

@ -5,6 +5,7 @@
[node name="Tracker" type="Area2D"]
collision_layer = 0
collision_mask = 56
input_pickable = false
monitorable = false
script = ExtResource("1_4joji")

View file

@ -5,6 +5,7 @@
[node name="TrackerEdible" type="Area2D"]
collision_layer = 0
collision_mask = 56
input_pickable = false
monitorable = false
script = ExtResource("1_vmdw6")

View file

@ -5,6 +5,7 @@
[node name="TrackerTracker" type="Area2D"]
collision_layer = 0
collision_mask = 24
input_pickable = false
monitorable = false
script = ExtResource("1_7b21r")