mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
73 lines
1.9 KiB
Plaintext
73 lines
1.9 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
|
|
|
[node name="StarMap" type="PanelContainer"]
|
|
margin_right = 531.0
|
|
margin_bottom = 442.0
|
|
theme = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 527.0
|
|
margin_bottom = 438.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_right = 523.0
|
|
margin_bottom = 40.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
margin_top = 12.0
|
|
margin_right = 475.0
|
|
margin_bottom = 27.0
|
|
size_flags_horizontal = 3
|
|
text = "Starmap"
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 483.0
|
|
margin_right = 523.0
|
|
margin_bottom = 40.0
|
|
rect_min_size = Vector2( 40, 40 )
|
|
text = "X"
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
|
margin_top = 48.0
|
|
margin_right = 523.0
|
|
margin_bottom = 396.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/ScrollContainer"]
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 404.0
|
|
margin_right = 523.0
|
|
margin_bottom = 434.0
|
|
alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
margin_left = 133.0
|
|
margin_right = 213.0
|
|
margin_bottom = 30.0
|
|
rect_min_size = Vector2( 80, 30 )
|
|
text = "Search"
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
margin_left = 221.0
|
|
margin_right = 301.0
|
|
margin_bottom = 30.0
|
|
rect_min_size = Vector2( 80, 30 )
|
|
text = "Custom"
|
|
|
|
[node name="Button3" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
margin_left = 309.0
|
|
margin_right = 389.0
|
|
margin_bottom = 30.0
|
|
rect_min_size = Vector2( 80, 30 )
|
|
text = "Go"
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Button" to="." method="hide"]
|