fix(emergency): explicitly set ambulance trigger_floor and trigger_room to prevent silent failure on room reorder
This commit is contained in:
@@ -71,3 +71,5 @@ position = Vector2(550, 440)
|
|||||||
|
|
||||||
[node name="Ambulance" parent="." instance=ExtResource("2_ambulance")]
|
[node name="Ambulance" parent="." instance=ExtResource("2_ambulance")]
|
||||||
position = Vector2(500, 570)
|
position = Vector2(500, 570)
|
||||||
|
trigger_floor = 0
|
||||||
|
trigger_room = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user