Initial commit

This commit is contained in:
Lera Elvoé 2022-10-24 15:55:37 +00:00
commit bae51f23ee
2 changed files with 16 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -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_*/

3
README.md Normal file
View File

@ -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