From bae51f23eed73f579945a49a5e3fe2455504fa21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Mon, 24 Oct 2022 15:55:37 +0000 Subject: [PATCH] Initial commit --- .gitignore | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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