From aa69648a592ba2cc0e1500a0ddee61d6a98f5e07 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 14 Apr 2024 20:53:45 +0200 Subject: [PATCH] Setup collision layers on `Sheep` --- entities/sheep.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entities/sheep.tscn b/entities/sheep.tscn index bca940d..56d1ffe 100644 --- a/entities/sheep.tscn +++ b/entities/sheep.tscn @@ -10,6 +10,8 @@ radius = 16.0 [sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_08frh"] [node name="Sheep" type="CharacterBody2D"] +collision_layer = 8 +collision_mask = 14 script = ExtResource("1_4dmll") [node name="Shape" type="CollisionShape2D" parent="."]