cooking again

This commit is contained in:
Tabby 2025-09-02 23:17:10 +10:00
parent b0b210a8be
commit dafae35985
14 changed files with 218 additions and 10 deletions

View file

@ -32,7 +32,6 @@ door_in_node = NodePath("Door/DoorIn")
door_out_node = NodePath("Door/DoorOut")
[node name="Door" type="Node2D" parent="DoorArm"]
z_index = 11
position = Vector2(160, 0)
[node name="DoorIn" type="Area2D" parent="DoorArm/Door"]
@ -53,7 +52,7 @@ shape = SubResource("RectangleShape2D_08kyq")
[node name="Sprite2D" type="Sprite2D" parent="DoorArm/Door"]
texture = ExtResource("4_34t3n")
[node name="EatDieBox" type="Area2D" parent="."]
[node name="EatDieBox" type="Area2D" parent="." groups=["snake"]]
[node name="CollisionShape2D" type="CollisionShape2D" parent="EatDieBox"]
shape = SubResource("CircleShape2D_08kyq")