diff options
| author | dam <dam@gudinoff> | 2022-03-18 00:10:28 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-18 00:10:28 +0000 |
| commit | 2b170c12ba10103adf42404b2efc43f6da5bd2ba (patch) | |
| tree | bd6e3773162b2b2a628c6089e77614d3ea0af7d7 /option_set/option_set_list.tscn | |
| parent | c0a3ea7ce588c3def40aae8253f5f88a7cea15ba (diff) | |
| download | surgery-log-2b170c12ba10103adf42404b2efc43f6da5bd2ba.tar.zst surgery-log-2b170c12ba10103adf42404b2efc43f6da5bd2ba.zip | |
WIP of prototype of option set list component.
Diffstat (limited to 'option_set/option_set_list.tscn')
| -rw-r--r-- | option_set/option_set_list.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/option_set/option_set_list.tscn b/option_set/option_set_list.tscn new file mode 100644 index 0000000..f8361fa --- /dev/null +++ b/option_set/option_set_list.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://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 +script = ExtResource( 1 ) |
