36 lines
671 B
Plaintext
36 lines
671 B
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="DeathScreen" type="PopupPanel"]
|
|
pause_mode = 2
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -960.0
|
|
margin_top = -540.0
|
|
margin_right = 960.0
|
|
margin_bottom = 540.0
|
|
popup_exclusive = true
|
|
|
|
[node name="Box" type="VBoxContainer" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Header" type="Label" parent="Box"]
|
|
margin_right = 61.0
|
|
margin_bottom = 31.0
|
|
text = "You Died!
|
|
"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Score" type="Label" parent="Box"]
|
|
margin_top = 35.0
|
|
margin_right = 61.0
|
|
margin_bottom = 49.0
|
|
text = "Score: "
|