131 lines
3.0 KiB
Plaintext
131 lines
3.0 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/ui/ShipStats.gd" type="Script" id=1]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 1.68188
|
|
margin_top = -0.840912
|
|
margin_right = 1.68188
|
|
margin_bottom = -0.840942
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Container" type="VBoxContainer" parent="."]
|
|
margin_left = -1.0
|
|
margin_top = 407.0
|
|
margin_right = 254.0
|
|
margin_bottom = 601.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="Container"]
|
|
margin_right = 255.0
|
|
margin_bottom = 15.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Ship Statistics[/center]"
|
|
text = "Ship Statistics"
|
|
fit_content_height = true
|
|
|
|
[node name="Health" type="ProgressBar" parent="Container"]
|
|
margin_top = 19.0
|
|
margin_right = 255.0
|
|
margin_bottom = 33.0
|
|
max_value = 1000.0
|
|
step = 1.0
|
|
|
|
[node name="Supplies" type="ProgressBar" parent="Container"]
|
|
margin_top = 37.0
|
|
margin_right = 255.0
|
|
margin_bottom = 51.0
|
|
max_value = 1000.0
|
|
step = 1.0
|
|
|
|
[node name="Crew" type="ProgressBar" parent="Container"]
|
|
margin_top = 55.0
|
|
margin_right = 255.0
|
|
margin_bottom = 69.0
|
|
min_value = 1.0
|
|
max_value = 15.0
|
|
step = 1.0
|
|
value = 1.0
|
|
|
|
[node name="DeltaV" type="RichTextLabel" parent="Container"]
|
|
margin_top = 73.0
|
|
margin_right = 255.0
|
|
margin_bottom = 88.0
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]X / Y Δv[/center]"
|
|
text = "X / Y Δv"
|
|
fit_content_height = true
|
|
|
|
[node name="Label" type="RichTextLabel" parent="Container"]
|
|
margin_top = 92.0
|
|
margin_right = 255.0
|
|
margin_bottom = 107.0
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Orbit Statistics[/center]"
|
|
text = "Orbit Statistics"
|
|
fit_content_height = true
|
|
|
|
[node name="Altitude" type="HSlider" parent="Container"]
|
|
margin_top = 111.0
|
|
margin_right = 255.0
|
|
margin_bottom = 127.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
rect_min_size = Vector2( 200, 0 )
|
|
step = 1.0
|
|
editable = false
|
|
scrollable = false
|
|
|
|
[node name="AltitudeLabel" type="RichTextLabel" parent="Container"]
|
|
margin_top = 131.0
|
|
margin_right = 255.0
|
|
margin_bottom = 146.0
|
|
bbcode_enabled = true
|
|
fit_content_height = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="DragContainer" type="HBoxContainer" parent="Container"]
|
|
margin_top = 150.0
|
|
margin_right = 255.0
|
|
margin_bottom = 165.0
|
|
|
|
[node name="Label" type="Label" parent="Container/DragContainer"]
|
|
margin_right = 29.0
|
|
margin_bottom = 14.0
|
|
text = "Drag"
|
|
|
|
[node name="Drag" type="RichTextLabel" parent="Container/DragContainer"]
|
|
margin_left = 33.0
|
|
margin_right = 233.0
|
|
margin_bottom = 15.0
|
|
rect_min_size = Vector2( 200, 0 )
|
|
fit_content_height = true
|
|
|
|
[node name="DvContainer" type="HBoxContainer" parent="Container"]
|
|
margin_top = 169.0
|
|
margin_right = 255.0
|
|
margin_bottom = 184.0
|
|
|
|
[node name="Label" type="Label" parent="Container/DvContainer"]
|
|
margin_right = 49.0
|
|
margin_bottom = 14.0
|
|
text = "escp dv"
|
|
|
|
[node name="EstEscapeDV" type="RichTextLabel" parent="Container/DvContainer"]
|
|
margin_left = 53.0
|
|
margin_right = 253.0
|
|
margin_bottom = 15.0
|
|
rect_min_size = Vector2( 200, 0 )
|
|
fit_content_height = true
|