33 lines
863 B
Plaintext
33 lines
863 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://AutoGridContainer - Full Version/AutoGridContainer.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="AutoGridContainer" type="Control"]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Scroll" type="ScrollContainer" parent="."]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
scroll_horizontal_enabled = false
|
||
|
|
||
|
[node name="VBox" type="VBoxContainer" parent="Scroll"]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="GridContainer" type="GridContainer" parent="Scroll/VBox"]
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
columns = 3
|
||
|
|
||
|
[node name="MinSizeTesting" type="Node" parent="."]
|