mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-25 01:24:23 +00:00
Configure Hunter
's CollisionArea
layer and mask
This commit is contained in:
parent
ba99709a55
commit
9fda8cc86f
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ radius = 100.0
|
||||||
script = ExtResource("1_3bmd5")
|
script = ExtResource("1_3bmd5")
|
||||||
|
|
||||||
[node name="DetectionArea" type="Area2D" parent="."]
|
[node name="DetectionArea" type="Area2D" parent="."]
|
||||||
|
collision_layer = 0
|
||||||
|
collision_mask = 24
|
||||||
|
monitorable = false
|
||||||
|
|
||||||
[node name="Shape" type="CollisionShape2D" parent="DetectionArea"]
|
[node name="Shape" type="CollisionShape2D" parent="DetectionArea"]
|
||||||
shape = SubResource("CircleShape2D_kxb8e")
|
shape = SubResource("CircleShape2D_kxb8e")
|
||||||
|
|
Loading…
Reference in a new issue