blob: 82473a584431c2f642ee16b2b6ad5415bd26fa97 (
plain)
1
2
3
4
5
6
7
8
9
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://ui/option_set/option_set_list.gd" type="Script" id=1]
[node name="option_set_list" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_clip_content = true
script = ExtResource( 1 )
|