started work on door and other various
This commit is contained in:
parent
de8bd57c62
commit
419ee45597
6 changed files with 45 additions and 4 deletions
17
gui.tscn
17
gui.tscn
|
|
@ -13,7 +13,7 @@ font_size = 60
|
|||
font_size = 30
|
||||
font_color = Color(0.662452, 0.662452, 0.662452, 1)
|
||||
|
||||
[node name="Gui" type="Control" node_paths=PackedStringArray("lose_panel", "lose_label", "reset_label")]
|
||||
[node name="Gui" type="Control" node_paths=PackedStringArray("lose_panel", "lose_label", "reset_label", "start_level", "level_title")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
@ -24,6 +24,8 @@ script = ExtResource("1_7s0l7")
|
|||
lose_panel = NodePath("MarginContainer/PanelContainer")
|
||||
lose_label = NodePath("MarginContainer/PanelContainer/VBoxContainer/LoseText")
|
||||
reset_label = NodePath("MarginContainer/PanelContainer/VBoxContainer/LoseTimer")
|
||||
start_level = NodePath("MarginContainer/StartPanel")
|
||||
level_title = NodePath("MarginContainer/StartPanel/VBoxContainer/LevelTitle")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
visible = false
|
||||
|
|
@ -60,6 +62,19 @@ theme_override_constants/margin_top = 150
|
|||
theme_override_constants/margin_right = 200
|
||||
theme_override_constants/margin_bottom = 150
|
||||
|
||||
[node name="StartPanel" type="PanelContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/StartPanel"]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="LevelTitle" type="Label" parent="MarginContainer/StartPanel/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Level Failed"
|
||||
label_settings = SubResource("LabelSettings_v7sqr")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue