Update level name formatting in level_village_2 and connect death signals to UI screens
This commit is contained in:
@@ -122,5 +122,8 @@ metadata/_custom_type_script = "uid://8r1y8elyw7kt"
|
|||||||
[node name="Killzone" parent="." instance=ExtResource("13_sw2hn")]
|
[node name="Killzone" parent="." instance=ExtResource("13_sw2hn")]
|
||||||
position = Vector2(170, 582)
|
position = Vector2(170, 582)
|
||||||
|
|
||||||
|
[connection signal="on_death" from="Brick Player/HealthComponent" to="UI Layer/DeathScreen" method="on_player_death"]
|
||||||
|
[connection signal="on_death" from="Brick Player/HealthComponent" to="UI Layer/GameOverScreen" method="on_player_death"]
|
||||||
|
|
||||||
[editable path="Brick Player"]
|
[editable path="Brick Player"]
|
||||||
[editable path="UI Layer"]
|
[editable path="UI Layer"]
|
||||||
|
Reference in New Issue
Block a user