2024-12-28 11:49:18 +01:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://viy2a4n6vl74"]
|
2024-09-14 12:45:42 +02:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bwui4acukq4x6" path="res://ui/ItemGrid.tscn" id="1_1xrix"]
|
|
|
|
|
|
|
|
[node name="ThemePreview" type="Control"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
2024-12-28 11:49:18 +01:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
2024-09-14 12:45:42 +02:00
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
2024-12-28 11:49:18 +01:00
|
|
|
[node name="Panel" type="PanelContainer" parent="VBoxContainer"]
|
2024-09-14 12:45:42 +02:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-12-28 11:49:18 +01:00
|
|
|
[node name="ItemGrid" parent="VBoxContainer/Panel" instance=ExtResource("1_1xrix")]
|
2024-09-14 12:45:42 +02:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-12-28 11:49:18 +01:00
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/Panel/ItemGrid"]
|
2024-09-14 12:45:42 +02:00
|
|
|
layout_mode = 2
|
2024-12-28 11:49:18 +01:00
|
|
|
text = "GridButton1"
|
2024-09-14 12:45:42 +02:00
|
|
|
|
2024-12-28 11:49:18 +01:00
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/Panel/ItemGrid"]
|
2024-09-14 12:45:42 +02:00
|
|
|
layout_mode = 2
|
2024-12-28 11:49:18 +01:00
|
|
|
text = "GridButton2"
|
|
|
|
|
|
|
|
[node name="Button3" type="Button" parent="VBoxContainer/Panel/ItemGrid"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "GridButton3"
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "MyButton"
|
|
|
|
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "My Line Edit"
|