From e8f03b630e54524664d99679718d84e5b0ad42aa Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 29 Apr 2023 20:55:41 -0600 Subject: [PATCH] deprecate nat-godot-playground --- .../nat-godot-playground/.gitignore | 0 .../nat-godot-playground/EntryPanel.tscn | 0 .../nat-godot-playground/Main.tscn | 0 .../nat-godot-playground/Playground.tscn | 0 .../nat-godot-playground/addons/haxe/LICENSE.md | 0 .../nat-godot-playground/addons/haxe/README.md | 0 .../nat-godot-playground/addons/haxe/icons/haxe.svg | 0 .../nat-godot-playground/addons/haxe/plugin.cfg | 0 .../addons/haxe/scenes/about.tscn | 0 .../addons/haxe/scenes/building.tscn | 0 .../addons/haxe/scenes/new_script.tscn | 0 .../addons/haxe/scenes/tab.tscn | 0 .../addons/haxe/scripts/Setup.hx | 0 .../addons/haxe/scripts/building.gd | 0 .../addons/haxe/scripts/constants.gd | 0 .../addons/haxe/scripts/editor_property.gd | 0 .../addons/haxe/scripts/haxe.gd | 0 .../addons/haxe/scripts/inspector_plugin.gd | 0 .../addons/haxe/scripts/new_script.gd | 0 .../nat-godot-playground/addons/haxe/scripts/tab.gd | 0 .../nat-godot-playground/build.hxml | 0 .../nat-godot-playground/default_env.tres | 0 .../nat-godot-playground/icon.png | Bin .../nat-godot-playground.csproj | 0 .../nat-godot-playground/nat-godot-playground.sln | 0 .../nat-godot-playground/playgrounds.json | 0 .../nat-godot-playground/project.godot | 0 .../nat-godot-playground/scripts/EntryPanel.hx | 0 .../scripts/EntryPanelSystem.hx | 0 .../scripts/EntryPanelSystem.kiss | 0 .../nat-godot-playground/scripts/GodotUI.hx | 0 .../nat-godot-playground/scripts/GodotUI.kiss | 0 .../scripts/PlaygroundEntries.hx | 0 .../nat-godot-playground/scripts/RootNode.hx | 0 .../nat-godot-playground/scripts/RootNode.kiss | 0 .../nat-godot-playground/scripts/import.hx | 0 .../nat-godot-playground/test.sh | 0 projects/_standalone/nat-godot-playground/.haxerc | 4 ---- .../nat-godot-playground/haxe_libraries/godot.hxml | 4 ---- .../haxe_libraries/haxe-strings.hxml | 5 ----- .../haxe_libraries/hscript.hxml | 5 ----- .../nat-godot-playground/haxe_libraries/hxcs.hxml | 4 ---- .../haxe_libraries/kiss-tools.hxml | 4 ---- .../nat-godot-playground/haxe_libraries/kiss.hxml | 12 ------------ .../haxe_libraries/nat-archive-tool.hxml | 9 --------- .../haxe_libraries/requests-externs.hxml | 3 --- .../haxe_libraries/tink_core.hxml | 3 --- .../haxe_libraries/tink_json.hxml | 4 ---- .../haxe_libraries/tink_macro.hxml | 4 ---- .../haxe_libraries/tink_priority.hxml | 3 --- .../haxe_libraries/tink_syntaxhub.hxml | 6 ------ .../haxe_libraries/tink_typecrawler.hxml | 4 ---- .../nat-godot-playground/haxe_libraries/uuid.hxml | 3 --- 53 files changed, 77 deletions(-) rename projects/{_standalone => _deprecated}/nat-godot-playground/.gitignore (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/EntryPanel.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/Main.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/Playground.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/LICENSE.md (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/README.md (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/icons/haxe.svg (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/plugin.cfg (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scenes/about.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scenes/building.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scenes/new_script.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scenes/tab.tscn (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/Setup.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/building.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/constants.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/editor_property.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/haxe.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/inspector_plugin.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/new_script.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/addons/haxe/scripts/tab.gd (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/build.hxml (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/default_env.tres (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/icon.png (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/nat-godot-playground.csproj (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/nat-godot-playground.sln (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/playgrounds.json (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/project.godot (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/EntryPanel.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/EntryPanelSystem.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/EntryPanelSystem.kiss (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/GodotUI.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/GodotUI.kiss (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/PlaygroundEntries.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/RootNode.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/RootNode.kiss (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/scripts/import.hx (100%) rename projects/{_standalone => _deprecated}/nat-godot-playground/test.sh (100%) mode change 100755 => 100644 delete mode 100644 projects/_standalone/nat-godot-playground/.haxerc delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/godot.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/haxe-strings.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/hscript.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/hxcs.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/kiss-tools.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/kiss.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/nat-archive-tool.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/requests-externs.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/tink_core.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/tink_json.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/tink_macro.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/tink_priority.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/tink_syntaxhub.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/tink_typecrawler.hxml delete mode 100644 projects/_standalone/nat-godot-playground/haxe_libraries/uuid.hxml diff --git a/projects/_standalone/nat-godot-playground/.gitignore b/projects/_deprecated/nat-godot-playground/.gitignore similarity index 100% rename from projects/_standalone/nat-godot-playground/.gitignore rename to projects/_deprecated/nat-godot-playground/.gitignore diff --git a/projects/_standalone/nat-godot-playground/EntryPanel.tscn b/projects/_deprecated/nat-godot-playground/EntryPanel.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/EntryPanel.tscn rename to projects/_deprecated/nat-godot-playground/EntryPanel.tscn diff --git a/projects/_standalone/nat-godot-playground/Main.tscn b/projects/_deprecated/nat-godot-playground/Main.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/Main.tscn rename to projects/_deprecated/nat-godot-playground/Main.tscn diff --git a/projects/_standalone/nat-godot-playground/Playground.tscn b/projects/_deprecated/nat-godot-playground/Playground.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/Playground.tscn rename to projects/_deprecated/nat-godot-playground/Playground.tscn diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/LICENSE.md b/projects/_deprecated/nat-godot-playground/addons/haxe/LICENSE.md similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/LICENSE.md rename to projects/_deprecated/nat-godot-playground/addons/haxe/LICENSE.md diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/README.md b/projects/_deprecated/nat-godot-playground/addons/haxe/README.md similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/README.md rename to projects/_deprecated/nat-godot-playground/addons/haxe/README.md diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/icons/haxe.svg b/projects/_deprecated/nat-godot-playground/addons/haxe/icons/haxe.svg similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/icons/haxe.svg rename to projects/_deprecated/nat-godot-playground/addons/haxe/icons/haxe.svg diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/plugin.cfg b/projects/_deprecated/nat-godot-playground/addons/haxe/plugin.cfg similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/plugin.cfg rename to projects/_deprecated/nat-godot-playground/addons/haxe/plugin.cfg diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scenes/about.tscn b/projects/_deprecated/nat-godot-playground/addons/haxe/scenes/about.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scenes/about.tscn rename to projects/_deprecated/nat-godot-playground/addons/haxe/scenes/about.tscn diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scenes/building.tscn b/projects/_deprecated/nat-godot-playground/addons/haxe/scenes/building.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scenes/building.tscn rename to projects/_deprecated/nat-godot-playground/addons/haxe/scenes/building.tscn diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scenes/new_script.tscn b/projects/_deprecated/nat-godot-playground/addons/haxe/scenes/new_script.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scenes/new_script.tscn rename to projects/_deprecated/nat-godot-playground/addons/haxe/scenes/new_script.tscn diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scenes/tab.tscn b/projects/_deprecated/nat-godot-playground/addons/haxe/scenes/tab.tscn similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scenes/tab.tscn rename to projects/_deprecated/nat-godot-playground/addons/haxe/scenes/tab.tscn diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/Setup.hx b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/Setup.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/Setup.hx rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/Setup.hx diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/building.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/building.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/building.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/building.gd diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/constants.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/constants.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/constants.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/constants.gd diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/editor_property.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/editor_property.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/editor_property.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/editor_property.gd diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/haxe.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/haxe.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/haxe.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/haxe.gd diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/inspector_plugin.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/inspector_plugin.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/inspector_plugin.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/inspector_plugin.gd diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/new_script.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/new_script.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/new_script.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/new_script.gd diff --git a/projects/_standalone/nat-godot-playground/addons/haxe/scripts/tab.gd b/projects/_deprecated/nat-godot-playground/addons/haxe/scripts/tab.gd similarity index 100% rename from projects/_standalone/nat-godot-playground/addons/haxe/scripts/tab.gd rename to projects/_deprecated/nat-godot-playground/addons/haxe/scripts/tab.gd diff --git a/projects/_standalone/nat-godot-playground/build.hxml b/projects/_deprecated/nat-godot-playground/build.hxml similarity index 100% rename from projects/_standalone/nat-godot-playground/build.hxml rename to projects/_deprecated/nat-godot-playground/build.hxml diff --git a/projects/_standalone/nat-godot-playground/default_env.tres b/projects/_deprecated/nat-godot-playground/default_env.tres similarity index 100% rename from projects/_standalone/nat-godot-playground/default_env.tres rename to projects/_deprecated/nat-godot-playground/default_env.tres diff --git a/projects/_standalone/nat-godot-playground/icon.png b/projects/_deprecated/nat-godot-playground/icon.png similarity index 100% rename from projects/_standalone/nat-godot-playground/icon.png rename to projects/_deprecated/nat-godot-playground/icon.png diff --git a/projects/_standalone/nat-godot-playground/nat-godot-playground.csproj b/projects/_deprecated/nat-godot-playground/nat-godot-playground.csproj similarity index 100% rename from projects/_standalone/nat-godot-playground/nat-godot-playground.csproj rename to projects/_deprecated/nat-godot-playground/nat-godot-playground.csproj diff --git a/projects/_standalone/nat-godot-playground/nat-godot-playground.sln b/projects/_deprecated/nat-godot-playground/nat-godot-playground.sln similarity index 100% rename from projects/_standalone/nat-godot-playground/nat-godot-playground.sln rename to projects/_deprecated/nat-godot-playground/nat-godot-playground.sln diff --git a/projects/_standalone/nat-godot-playground/playgrounds.json b/projects/_deprecated/nat-godot-playground/playgrounds.json similarity index 100% rename from projects/_standalone/nat-godot-playground/playgrounds.json rename to projects/_deprecated/nat-godot-playground/playgrounds.json diff --git a/projects/_standalone/nat-godot-playground/project.godot b/projects/_deprecated/nat-godot-playground/project.godot similarity index 100% rename from projects/_standalone/nat-godot-playground/project.godot rename to projects/_deprecated/nat-godot-playground/project.godot diff --git a/projects/_standalone/nat-godot-playground/scripts/EntryPanel.hx b/projects/_deprecated/nat-godot-playground/scripts/EntryPanel.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/EntryPanel.hx rename to projects/_deprecated/nat-godot-playground/scripts/EntryPanel.hx diff --git a/projects/_standalone/nat-godot-playground/scripts/EntryPanelSystem.hx b/projects/_deprecated/nat-godot-playground/scripts/EntryPanelSystem.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/EntryPanelSystem.hx rename to projects/_deprecated/nat-godot-playground/scripts/EntryPanelSystem.hx diff --git a/projects/_standalone/nat-godot-playground/scripts/EntryPanelSystem.kiss b/projects/_deprecated/nat-godot-playground/scripts/EntryPanelSystem.kiss similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/EntryPanelSystem.kiss rename to projects/_deprecated/nat-godot-playground/scripts/EntryPanelSystem.kiss diff --git a/projects/_standalone/nat-godot-playground/scripts/GodotUI.hx b/projects/_deprecated/nat-godot-playground/scripts/GodotUI.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/GodotUI.hx rename to projects/_deprecated/nat-godot-playground/scripts/GodotUI.hx diff --git a/projects/_standalone/nat-godot-playground/scripts/GodotUI.kiss b/projects/_deprecated/nat-godot-playground/scripts/GodotUI.kiss similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/GodotUI.kiss rename to projects/_deprecated/nat-godot-playground/scripts/GodotUI.kiss diff --git a/projects/_standalone/nat-godot-playground/scripts/PlaygroundEntries.hx b/projects/_deprecated/nat-godot-playground/scripts/PlaygroundEntries.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/PlaygroundEntries.hx rename to projects/_deprecated/nat-godot-playground/scripts/PlaygroundEntries.hx diff --git a/projects/_standalone/nat-godot-playground/scripts/RootNode.hx b/projects/_deprecated/nat-godot-playground/scripts/RootNode.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/RootNode.hx rename to projects/_deprecated/nat-godot-playground/scripts/RootNode.hx diff --git a/projects/_standalone/nat-godot-playground/scripts/RootNode.kiss b/projects/_deprecated/nat-godot-playground/scripts/RootNode.kiss similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/RootNode.kiss rename to projects/_deprecated/nat-godot-playground/scripts/RootNode.kiss diff --git a/projects/_standalone/nat-godot-playground/scripts/import.hx b/projects/_deprecated/nat-godot-playground/scripts/import.hx similarity index 100% rename from projects/_standalone/nat-godot-playground/scripts/import.hx rename to projects/_deprecated/nat-godot-playground/scripts/import.hx diff --git a/projects/_standalone/nat-godot-playground/test.sh b/projects/_deprecated/nat-godot-playground/test.sh old mode 100755 new mode 100644 similarity index 100% rename from projects/_standalone/nat-godot-playground/test.sh rename to projects/_deprecated/nat-godot-playground/test.sh diff --git a/projects/_standalone/nat-godot-playground/.haxerc b/projects/_standalone/nat-godot-playground/.haxerc deleted file mode 100644 index d5fb046d..00000000 --- a/projects/_standalone/nat-godot-playground/.haxerc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": "4.3.0", - "resolveLibs": "scoped" -} \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/godot.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/godot.hxml deleted file mode 100644 index ac4d54f0..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/godot.hxml +++ /dev/null @@ -1,4 +0,0 @@ -# @install: lix --silent download "haxelib:/godot#3.4.1" into godot/3.4.1/haxelib --cp ${HAXE_LIBCACHE}/godot/3.4.1/haxelib/ --D godot=3.4.1 --D unsafe diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/haxe-strings.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/haxe-strings.hxml deleted file mode 100644 index e5c6cbd9..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/haxe-strings.hxml +++ /dev/null @@ -1,5 +0,0 @@ -# @install: lix --silent download "haxelib:/haxe-strings#7.0.2" into haxe-strings/7.0.2/haxelib --cp ${HAXE_LIBCACHE}/haxe-strings/7.0.2/haxelib/src/ --D haxe-strings=7.0.2 ---macro hx.strings.internal.Macros.addDefines() ---macro hx.strings.internal.Macros.configureNullSafety() diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/hscript.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/hscript.hxml deleted file mode 100644 index 106e1f88..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/hscript.hxml +++ /dev/null @@ -1,5 +0,0 @@ -# @install: lix --silent download "haxelib:/hscript#2.5.0" into hscript/2.5.0/haxelib -# @run: haxelib run-dir hscript "${HAXE_LIBCACHE}/hscript/2.5.0/haxelib" --cp ${HAXE_LIBCACHE}/hscript/2.5.0/haxelib/ --D hscript=2.5.0 ---macro keep('IntIterator') \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/hxcs.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/hxcs.hxml deleted file mode 100644 index 9047c024..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/hxcs.hxml +++ /dev/null @@ -1,4 +0,0 @@ -# @install: lix --silent download "haxelib:/hxcs#4.2.0" into hxcs/4.2.0/haxelib -# @run: haxelib run-dir hxcs "${HAXE_LIBCACHE}/hxcs/4.2.0/haxelib" --cp ${HAXE_LIBCACHE}/hxcs/4.2.0/haxelib/ --D hxcs=4.2.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/kiss-tools.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/kiss-tools.hxml deleted file mode 100644 index afab9627..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/kiss-tools.hxml +++ /dev/null @@ -1,4 +0,0 @@ -# @install: lix --silent download "gh://github.com/kiss-lang/kiss-tools#b0b90316ee5bda93f65c193e1d5898cbfea6b034" into kiss-tools/0.0.0/github/b0b90316ee5bda93f65c193e1d5898cbfea6b034 --lib kiss --cp ${HAXE_LIBCACHE}/kiss-tools/0.0.0/github/b0b90316ee5bda93f65c193e1d5898cbfea6b034/src/ --D kiss-tools=0.0.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/kiss.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/kiss.hxml deleted file mode 100644 index 0872245e..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/kiss.hxml +++ /dev/null @@ -1,12 +0,0 @@ -# @install: lix --silent download "gh://github.com/kiss-lang/kiss#63576057ac6acada5580ec223e8886ad85f5416f" into kiss/0.0.1/github/63576057ac6acada5580ec223e8886ad85f5416f -# @run: haxelib run-dir kiss "${HAXE_LIBCACHE}/kiss/0.0.1/github/63576057ac6acada5580ec223e8886ad85f5416f" --lib haxe-strings --lib hscript --lib tink_json --lib tink_macro --lib tink_syntaxhub --lib uuid --cp ${HAXE_LIBCACHE}/kiss/0.0.1/github/63576057ac6acada5580ec223e8886ad85f5416f/src/ --D kiss=0.0.1 --w -WUnusedPattern ---macro kiss.KissFrontend.use() \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/nat-archive-tool.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/nat-archive-tool.hxml deleted file mode 100644 index 43704c9c..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/nat-archive-tool.hxml +++ /dev/null @@ -1,9 +0,0 @@ -# @install: lix --silent download "gh://github.com/kiss-lang/nat-archive-tool#4ba1ea8ab8202f66463bbce2cf51c17f3deb6ccb" into nat-archive-tool/0.0.0/github/4ba1ea8ab8202f66463bbce2cf51c17f3deb6ccb -# @run: haxelib run-dir nat-archive-tool "${HAXE_LIBCACHE}/nat-archive-tool/0.0.0/github/4ba1ea8ab8202f66463bbce2cf51c17f3deb6ccb" --lib kiss --lib kiss-tools --lib requests-externs --lib tink_json --lib uuid --cp ${HAXE_LIBCACHE}/nat-archive-tool/0.0.0/github/4ba1ea8ab8202f66463bbce2cf51c17f3deb6ccb/src/ --D nat-archive-tool=0.0.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/requests-externs.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/requests-externs.hxml deleted file mode 100644 index 64e690d2..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/requests-externs.hxml +++ /dev/null @@ -1,3 +0,0 @@ -# @install: lix --silent download "gh://github.com/kiss-lang/requests-externs#4f059d6ee51643a3761d2ca2eae88f1f369dd443" into requests-externs/0.0.0/github/4f059d6ee51643a3761d2ca2eae88f1f369dd443 --cp ${HAXE_LIBCACHE}/requests-externs/0.0.0/github/4f059d6ee51643a3761d2ca2eae88f1f369dd443/src/ --D requests-externs=0.0.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_core.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/tink_core.hxml deleted file mode 100644 index 37a0d96a..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_core.hxml +++ /dev/null @@ -1,3 +0,0 @@ -# @install: lix --silent download "haxelib:/tink_core#2.1.0" into tink_core/2.1.0/haxelib --cp ${HAXE_LIBCACHE}/tink_core/2.1.0/haxelib/src --D tink_core=2.1.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_json.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/tink_json.hxml deleted file mode 100644 index b167de7c..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_json.hxml +++ /dev/null @@ -1,4 +0,0 @@ -# @install: lix --silent download "haxelib:/tink_json#0.11.0" into tink_json/0.11.0/haxelib --lib tink_typecrawler --cp ${HAXE_LIBCACHE}/tink_json/0.11.0/haxelib/src --D tink_json=0.11.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_macro.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/tink_macro.hxml deleted file mode 100644 index a9e19b1f..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_macro.hxml +++ /dev/null @@ -1,4 +0,0 @@ -# @install: lix --silent download "haxelib:/tink_macro#1.0.1" into tink_macro/1.0.1/haxelib --lib tink_core --cp ${HAXE_LIBCACHE}/tink_macro/1.0.1/haxelib/src --D tink_macro=1.0.1 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_priority.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/tink_priority.hxml deleted file mode 100644 index 98cfa803..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_priority.hxml +++ /dev/null @@ -1,3 +0,0 @@ --D tink_priority=0.1.3 -# @install: lix --silent download "gh://github.com/haxetink/tink_priority#ea736d31dc788aae703a2aa415c25d5b80d0e7d1" into tink_priority/0.1.3/github/ea736d31dc788aae703a2aa415c25d5b80d0e7d1 --cp ${HAXE_LIBCACHE}/tink_priority/0.1.3/github/ea736d31dc788aae703a2aa415c25d5b80d0e7d1/src diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_syntaxhub.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/tink_syntaxhub.hxml deleted file mode 100644 index e3c7d2b2..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_syntaxhub.hxml +++ /dev/null @@ -1,6 +0,0 @@ -# @install: lix --silent download "gh://github.com/haxetink/tink_syntaxhub#b6ea4966bbdee4d176ac8dd5d2d8ae3b362b2f86" into tink_syntaxhub/0.6.0/github/b6ea4966bbdee4d176ac8dd5d2d8ae3b362b2f86 --lib tink_macro --lib tink_priority --cp ${HAXE_LIBCACHE}/tink_syntaxhub/0.6.0/github/b6ea4966bbdee4d176ac8dd5d2d8ae3b362b2f86/src --D tink_syntaxhub=0.6.0 ---macro tink.SyntaxHub.use() \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_typecrawler.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/tink_typecrawler.hxml deleted file mode 100644 index 373aee96..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/tink_typecrawler.hxml +++ /dev/null @@ -1,4 +0,0 @@ -# @install: lix --silent download "haxelib:/tink_typecrawler#0.7.0" into tink_typecrawler/0.7.0/haxelib --lib tink_macro --cp ${HAXE_LIBCACHE}/tink_typecrawler/0.7.0/haxelib/src --D tink_typecrawler=0.7.0 \ No newline at end of file diff --git a/projects/_standalone/nat-godot-playground/haxe_libraries/uuid.hxml b/projects/_standalone/nat-godot-playground/haxe_libraries/uuid.hxml deleted file mode 100644 index ff1269ba..00000000 --- a/projects/_standalone/nat-godot-playground/haxe_libraries/uuid.hxml +++ /dev/null @@ -1,3 +0,0 @@ -# @install: lix --silent download "haxelib:/uuid#2.4.1" into uuid/2.4.1/haxelib --cp ${HAXE_LIBCACHE}/uuid/2.4.1/haxelib/src --D uuid=2.4.1 \ No newline at end of file