194 lines
5.2 KiB
Plaintext
194 lines
5.2 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://resources/building.png" type="Texture" id=1]
|
|
[ext_resource path="res://resources/moves.png" type="Texture" id=2]
|
|
[ext_resource path="res://DetailFontTheme.tres" type="Theme" id=3]
|
|
[ext_resource path="res://resources/UI Theme.tres" type="Theme" id=4]
|
|
[ext_resource path="res://resources/boxes.png" type="Texture" id=5]
|
|
|
|
[node name="GameEndDialog" type="PopupDialog"]
|
|
margin_right = 497.0
|
|
margin_bottom = 454.0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 9.0
|
|
margin_top = 14.0
|
|
margin_right = 487.0
|
|
margin_bottom = 440.0
|
|
|
|
[node name="Score" type="RichTextLabel" parent="VBoxContainer"]
|
|
margin_right = 478.0
|
|
margin_bottom = 18.0
|
|
theme = ExtResource( 3 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Score: {}[/center]"
|
|
text = "Score: {}"
|
|
fit_content_height = true
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"]
|
|
margin_top = 22.0
|
|
margin_right = 478.0
|
|
margin_bottom = 26.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 30.0
|
|
margin_right = 478.0
|
|
margin_bottom = 152.0
|
|
alignment = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
|
margin_right = 151.0
|
|
margin_bottom = 122.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_left = 43.0
|
|
margin_right = 107.0
|
|
margin_bottom = 64.0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Supplied" type="RichTextLabel" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
margin_top = 68.0
|
|
margin_right = 151.0
|
|
margin_bottom = 122.0
|
|
theme = ExtResource( 3 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "{} / {} supplied
|
|
{} points "
|
|
text = "{} / {} supplied
|
|
{} points "
|
|
fit_content_height = true
|
|
|
|
[node name="VSeparator2" type="VSeparator" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 155.0
|
|
margin_right = 159.0
|
|
margin_bottom = 122.0
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 163.0
|
|
margin_right = 314.0
|
|
margin_bottom = 122.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer/VBoxContainer2"]
|
|
margin_left = 43.0
|
|
margin_right = 107.0
|
|
margin_bottom = 64.0
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="Moved" type="RichTextLabel" parent="VBoxContainer/HBoxContainer/VBoxContainer2"]
|
|
margin_top = 68.0
|
|
margin_right = 151.0
|
|
margin_bottom = 86.0
|
|
theme = ExtResource( 3 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "{} moves"
|
|
text = "{} moves"
|
|
fit_content_height = true
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 318.0
|
|
margin_right = 322.0
|
|
margin_bottom = 122.0
|
|
|
|
[node name="VBoxContainer3" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 326.0
|
|
margin_right = 478.0
|
|
margin_bottom = 122.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/HBoxContainer/VBoxContainer3"]
|
|
margin_left = 44.0
|
|
margin_right = 108.0
|
|
margin_bottom = 64.0
|
|
size_flags_horizontal = 4
|
|
texture = ExtResource( 5 )
|
|
|
|
[node name="Delivered" type="RichTextLabel" parent="VBoxContainer/HBoxContainer/VBoxContainer3"]
|
|
margin_top = 68.0
|
|
margin_right = 152.0
|
|
margin_bottom = 86.0
|
|
theme = ExtResource( 3 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "{} moves"
|
|
text = "{} moves"
|
|
fit_content_height = true
|
|
|
|
[node name="HSeparator3" type="HSeparator" parent="VBoxContainer"]
|
|
margin_top = 156.0
|
|
margin_right = 478.0
|
|
margin_bottom = 160.0
|
|
|
|
[node name="Path" type="RichTextLabel" parent="VBoxContainer"]
|
|
margin_top = 164.0
|
|
margin_right = 478.0
|
|
margin_bottom = 263.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme = ExtResource( 3 )
|
|
bbcode_enabled = true
|
|
fit_content_height = true
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_top = 267.0
|
|
margin_right = 478.0
|
|
margin_bottom = 282.0
|
|
theme = ExtResource( 4 )
|
|
text = "Level Code"
|
|
align = 1
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
margin_top = 286.0
|
|
margin_right = 478.0
|
|
margin_bottom = 290.0
|
|
|
|
[node name="LevelCode" type="TextEdit" parent="VBoxContainer"]
|
|
margin_top = 294.0
|
|
margin_right = 478.0
|
|
margin_bottom = 394.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme = ExtResource( 4 )
|
|
readonly = true
|
|
wrap_enabled = true
|
|
|
|
[node name="HSeparator4" type="HSeparator" parent="VBoxContainer"]
|
|
margin_top = 398.0
|
|
margin_right = 478.0
|
|
margin_bottom = 402.0
|
|
|
|
[node name="VBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 406.0
|
|
margin_right = 478.0
|
|
margin_bottom = 426.0
|
|
|
|
[node name="Continue" type="Button" parent="VBoxContainer/VBoxContainer3"]
|
|
visible = false
|
|
margin_right = 12.0
|
|
margin_bottom = 20.0
|
|
size_flags_horizontal = 3
|
|
text = "Continue"
|
|
|
|
[node name="Restart" type="Button" parent="VBoxContainer/VBoxContainer3"]
|
|
margin_right = 156.0
|
|
margin_bottom = 20.0
|
|
size_flags_horizontal = 3
|
|
text = "Restart"
|
|
|
|
[node name="New" type="Button" parent="VBoxContainer/VBoxContainer3"]
|
|
margin_left = 160.0
|
|
margin_right = 317.0
|
|
margin_bottom = 20.0
|
|
size_flags_horizontal = 3
|
|
text = "New"
|
|
|
|
[node name="Quit" type="Button" parent="VBoxContainer/VBoxContainer3"]
|
|
margin_left = 321.0
|
|
margin_right = 478.0
|
|
margin_bottom = 20.0
|
|
size_flags_horizontal = 3
|
|
text = "Quit"
|