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:
parent
eb5c3590ab
commit
3e9b1a74a0
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue