mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ui/interface/SetActionbarAsDefault.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/interface/InterfaceOptions.gd" type="Script" id=2]
|
|
|
|
[node name="InterfaceOptions" type="PanelContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
actionbar_set_default_button_path = NodePath("VBoxContainer2/VBoxContainer/SetActionbarAsDefault")
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 1017.0
|
|
margin_bottom = 593.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer2"]
|
|
margin_right = 1010.0
|
|
margin_bottom = 30.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer2/HBoxContainer"]
|
|
margin_top = 8.0
|
|
margin_right = 966.0
|
|
margin_bottom = 22.0
|
|
size_flags_horizontal = 3
|
|
text = "Interface options"
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer2/HBoxContainer"]
|
|
margin_left = 970.0
|
|
margin_right = 1010.0
|
|
margin_bottom = 30.0
|
|
rect_min_size = Vector2( 40, 30 )
|
|
text = "X"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer2"]
|
|
margin_top = 34.0
|
|
margin_right = 1010.0
|
|
margin_bottom = 586.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="SetActionbarAsDefault" type="Button" parent="VBoxContainer2/VBoxContainer"]
|
|
margin_right = 1010.0
|
|
margin_bottom = 20.0
|
|
text = "Set current actionbar setup as default"
|
|
script = ExtResource( 1 )
|
|
[connection signal="pressed" from="VBoxContainer2/HBoxContainer/Button" to="." method="hide"]
|