improved loading screen and worked on code
This commit is contained in:
parent
5a2df93eb4
commit
09af71289f
9 changed files with 106 additions and 32 deletions
|
@ -2797,7 +2797,7 @@ outline_modulate = Color(0.00803253, 9.36218e-06, 0.0382829, 1)
|
|||
text = "To unlock/free the cursor, press Shift+Enter"
|
||||
font = ExtResource("2_fq2vn")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
[node name="HUD" type="MarginContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
@ -2808,18 +2808,18 @@ theme_override_constants/margin_top = 50
|
|||
theme_override_constants/margin_right = 50
|
||||
theme_override_constants/margin_bottom = 50
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="HUD"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="HUD/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label_Station" type="Label" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="Label_Station" type="Label" parent="HUD/HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "FEHLER BEIM LADEN"
|
||||
label_settings = SubResource("LabelSettings_qbfpe")
|
||||
|
||||
[node name="Label_Controls" type="Label" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="Label_Controls" type="Label" parent="HUD/HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
text = "esc - pause
|
||||
|
@ -2827,31 +2827,22 @@ shift+r - back to checkpoint/Zurück zum Checkpoint
|
|||
f5 - restart level/Level neu starten"
|
||||
label_settings = SubResource("LabelSettings_27422")
|
||||
|
||||
[node name="Label_Controls2" type="Label" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="Label_Controls2" type="Label" parent="HUD/HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Wenn du dies siehst, wurde das Code nicht richtig geladen.
|
||||
Versuche, das Spiel neu zu starten."
|
||||
label_settings = SubResource("LabelSettings_27422")
|
||||
|
||||
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer"]
|
||||
[node name="HBoxContainer2" type="HBoxContainer" parent="HUD"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label_Health" type="Label" parent="MarginContainer/HBoxContainer2"]
|
||||
[node name="Label_Health" type="Label" parent="HUD/HBoxContainer2"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
text = "[||||||||||]"
|
||||
label_settings = SubResource("LabelSettings_2uy0w")
|
||||
vertical_alignment = 2
|
||||
|
||||
[node name="Label_Controls3" type="Label" parent="."]
|
||||
visible = false
|
||||
offset_left = 100.0
|
||||
offset_top = 318.0
|
||||
offset_right = 625.0
|
||||
offset_bottom = 346.0
|
||||
text = "coordinates"
|
||||
label_settings = SubResource("LabelSettings_27422")
|
||||
|
||||
[node name="PauseMenu" parent="." instance=ExtResource("3_i8tni")]
|
||||
visible = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue