Files
puzzle-quest/scenes/UI/choose_scenes/ChooseScene.tscn
T

26 lines
660 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://scenes/UI/choose_scenes/ChooseScene.gd" id="1"]
[sub_resource type="StyleBoxEmpty" id="EmptyPanel"]
2021-06-04 17:54:23 +02:00
[node name="ChooseScene" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
2021-05-15 00:58:13 +02:00
size_flags_horizontal = 3
size_flags_vertical = 3
horizontal_scroll_mode = 0
vertical_scroll_mode = 0
theme_override_styles/panel = SubResource("EmptyPanel")
script = ExtResource("1")
__meta__ = {
"_edit_use_anchors_": false
}
2021-06-04 17:54:23 +02:00
[node name="MarginContainer" type="GridContainer" parent="."]
offset_right = 1280.0
offset_bottom = 720.0
2021-05-15 01:20:47 +02:00
size_flags_horizontal = 3
size_flags_vertical = 3
2021-06-04 17:54:23 +02:00
columns = 3