mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
|
|
|
[node name="Map" type="PanelContainer"]
|
|
margin_left = 55.5336
|
|
margin_top = 55.5336
|
|
margin_right = 821.534
|
|
margin_bottom = 545.534
|
|
theme = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 762.0
|
|
margin_bottom = 486.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_right = 758.0
|
|
margin_bottom = 40.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
margin_top = 12.0
|
|
margin_right = 710.0
|
|
margin_bottom = 27.0
|
|
size_flags_horizontal = 3
|
|
text = "Map"
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
margin_left = 718.0
|
|
margin_right = 758.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 = 758.0
|
|
margin_bottom = 482.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/ScrollContainer"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/Button" to="." method="hide"]
|