mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Fix watcher zindex
This commit is contained in:
parent
a508ef5490
commit
cfacba4f89
1 changed files with 1 additions and 1 deletions
|
@ -156,13 +156,13 @@ radius = 25.19
|
||||||
radius = 32.0
|
radius = 32.0
|
||||||
|
|
||||||
[node name="Watcher" type="CharacterBody2D"]
|
[node name="Watcher" type="CharacterBody2D"]
|
||||||
|
z_index = 10
|
||||||
collision_layer = 16
|
collision_layer = 16
|
||||||
collision_mask = 18
|
collision_mask = 18
|
||||||
script = ExtResource("1_brahc")
|
script = ExtResource("1_brahc")
|
||||||
|
|
||||||
[node name="Sprite" parent="." instance=ExtResource("1_thu73")]
|
[node name="Sprite" parent="." instance=ExtResource("1_thu73")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
z_index = 10
|
|
||||||
scale = Vector2(2, 2)
|
scale = Vector2(2, 2)
|
||||||
texture = ExtResource("2_32yw7")
|
texture = ExtResource("2_32yw7")
|
||||||
left_texture = ExtResource("2_32yw7")
|
left_texture = ExtResource("2_32yw7")
|
||||||
|
|
Loading…
Reference in a new issue