ile-de-test/addons/zylann.hterrain/tools/texture_editor/texture_list.tscn

21 lines
656 B
Text
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://cybrw01pqkdjj"]
2023-10-05 18:02:23 +00:00
[ext_resource type="Script" path="res://addons/zylann.hterrain/tools/texture_editor/texture_list.gd" id="1"]
[ext_resource type="Script" path="res://addons/zylann.hterrain/tools/texture_editor/flow_container.gd" id="2"]
2023-10-05 18:02:23 +00:00
[node name="TextureList" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
scroll_horizontal_enabled = false
script = ExtResource("1")
2023-10-05 18:02:23 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Container" type="Container" parent="."]
offset_right = 800.0
offset_bottom = 82.0
custom_minimum_size = Vector2(0, 82)
2023-10-05 18:02:23 +00:00
size_flags_horizontal = 3
script = ExtResource("2")