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

Fix chupacabra always having monocle and hat

This commit is contained in:
Steffo 2024-05-02 05:07:11 +02:00
parent eb5c3590ab
commit 3e9b1a74a0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -388,6 +388,7 @@ acceptable_diets = Array[StringName]([&"TopHat"])
target = 1
[node name="Sprite" type="Sprite2D" parent="Sprite/TopHatter"]
visible = false
z_index = 1
position = Vector2(-3.5, -20)
texture = ExtResource("5_qjgou")
@ -409,6 +410,7 @@ acceptable_diets = Array[StringName]([&"Monocle"])
target = 1
[node name="Sprite" type="Sprite2D" parent="Sprite/Monocler"]
visible = false
z_index = 1
position = Vector2(-4, -8)
texture = ExtResource("5_bcm2q")