diff options
Diffstat (limited to 'ui/option_set/option_set_list.tscn')
| -rw-r--r-- | ui/option_set/option_set_list.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/option_set/option_set_list.tscn b/ui/option_set/option_set_list.tscn new file mode 100644 index 0000000..82473a5 --- /dev/null +++ b/ui/option_set/option_set_list.tscn @@ -0,0 +1,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 ) |
