INIT
This commit is contained in:
103
main_gui.tscn
Normal file
103
main_gui.tscn
Normal file
@@ -0,0 +1,103 @@
|
||||
[gd_scene format=3 uid="uid://dgr5gcnp6qn3j"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dm5jnsovjc4n3" path="res://my_menu_button.tscn" id="1_2kyjl"]
|
||||
[ext_resource type="Theme" uid="uid://b3x4252y68non" path="res://assets/main_theme.tres" id="1_c27vj"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_he0g7"]
|
||||
content_margin_left = 0.0
|
||||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
content_margin_bottom = 0.0
|
||||
bg_color = Color(0.64705884, 0.43529412, 0.2901961, 1)
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
corner_detail = 5
|
||||
|
||||
[node name="MainGui" type="Control" unique_id=1613191459]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_c27vj")
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=900353220]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_he0g7")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer" unique_id=1656028299]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="PanelContainer/MarginContainer" unique_id=2091412414]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
theme_override_constants/h_separation = 12
|
||||
theme_override_constants/v_separation = 12
|
||||
columns = 4
|
||||
|
||||
[node name="Button" parent="PanelContainer/MarginContainer/GridContainer" unique_id=785167230 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Button2" parent="PanelContainer/MarginContainer/GridContainer" unique_id=1505740575 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "2"
|
||||
|
||||
[node name="Button3" parent="PanelContainer/MarginContainer/GridContainer" unique_id=1220033005 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "3"
|
||||
|
||||
[node name="Button4" parent="PanelContainer/MarginContainer/GridContainer" unique_id=884086823 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "4"
|
||||
|
||||
[node name="Button5" parent="PanelContainer/MarginContainer/GridContainer" unique_id=2029802729 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "5"
|
||||
|
||||
[node name="Button6" parent="PanelContainer/MarginContainer/GridContainer" unique_id=425356579 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "6"
|
||||
|
||||
[node name="Button7" parent="PanelContainer/MarginContainer/GridContainer" unique_id=742511538 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "8"
|
||||
|
||||
[node name="Button8" parent="PanelContainer/MarginContainer/GridContainer" unique_id=2032682389 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "9"
|
||||
|
||||
[node name="Button9" parent="PanelContainer/MarginContainer/GridContainer" unique_id=1689229027 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "10"
|
||||
|
||||
[node name="Button10" parent="PanelContainer/MarginContainer/GridContainer" unique_id=640477556 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "11"
|
||||
|
||||
[node name="Button11" parent="PanelContainer/MarginContainer/GridContainer" unique_id=770794190 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "12"
|
||||
|
||||
[node name="Button12" parent="PanelContainer/MarginContainer/GridContainer" unique_id=559412820 instance=ExtResource("1_2kyjl")]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "13"
|
||||
Reference in New Issue
Block a user