commit bae51f23eed73f579945a49a5e3fe2455504fa21 Author: Lera ElvoƩ Date: Mon Oct 24 15:55:37 2022 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..822b784 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> Godot +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..95d7dda --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# godot-control-tree + +a vertical item list, similar to the built-in Tree node, but using Control nodes instead of an internal state \ No newline at end of file