117 lines
3.7 KiB
Plaintext
117 lines
3.7 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://q3mnarw6b66l"]
|
|
|
|
[ext_resource type="Theme" uid="uid://uqhultm05f5a" path="res://theme/ui_theme_dark.tres" id="1_x217b"]
|
|
|
|
[node name="Main" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_x217b")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Create Unit"
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Delete"
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="CheckButton2" type="CheckButton" parent="VBoxContainer/MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Auto Save"
|
|
|
|
[node name="OptionButton" type="OptionButton" parent="VBoxContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
item_count = 3
|
|
popup/item_0/text = "Option 1"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Option 2"
|
|
popup/item_1/id = 1
|
|
popup/item_1/disabled = true
|
|
popup/item_2/text = "Option 3"
|
|
popup/item_2/id = 2
|
|
|
|
[node name="MenuButton" type="MenuButton" parent="VBoxContainer/MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
toggle_mode = false
|
|
text = "Mein Menü"
|
|
alignment = 0
|
|
item_count = 5
|
|
popup/item_0/text = "Option 1"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Option 2"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Option 3"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "Settings"
|
|
popup/item_3/id = 4
|
|
popup/item_3/separator = true
|
|
popup/item_4/text = "Auto Save"
|
|
popup/item_4/checkable = 1
|
|
popup/item_4/id = 3
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="VBoxContainer/MarginContainer2"]
|
|
layout_mode = 2
|
|
|
|
[node name="Tab1" type="TabBar" parent="VBoxContainer/MarginContainer2/TabContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/MarginContainer2/TabContainer/Tab1"]
|
|
layout_mode = 0
|
|
offset_right = 132.0
|
|
offset_bottom = 101.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer2/TabContainer/Tab1/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/MarginContainer2/TabContainer/Tab1/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Load"
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/MarginContainer2/TabContainer/Tab1/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Store"
|
|
|
|
[node name="Tab2" type="TabBar" parent="VBoxContainer/MarginContainer2/TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/MarginContainer2/TabContainer/Tab2"]
|
|
layout_mode = 0
|
|
offset_right = 24.0
|
|
offset_bottom = 24.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer2/TabContainer/Tab2/MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/MarginContainer2/TabContainer/Tab2/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "STart"
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/MarginContainer2/TabContainer/Tab2/MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Stop"
|