diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-14 13:46:24 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-14 13:46:24 -0700 |
commit | b4844e98619766232645d70f80a29c2a53bc2709 (patch) | |
tree | 500a6deee2dfbd36f4356d69a2d5cb762314b03f /hello_signals/demo/addons/hello_signals_plugin/plugin.cfg | |
parent | 1d19d5912d1ac5bfa3cf6cc30f086aee8f0464f2 (diff) | |
download | godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.tar.gz godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.tar.bz2 godot-android-samples-b4844e98619766232645d70f80a29c2a53bc2709.zip |
Update the directory structure to make room for additional Godot Android samples besides plugins
Diffstat (limited to 'hello_signals/demo/addons/hello_signals_plugin/plugin.cfg')
-rw-r--r-- | hello_signals/demo/addons/hello_signals_plugin/plugin.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg b/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg deleted file mode 100644 index b32555f..0000000 --- a/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg +++ /dev/null @@ -1,7 +0,0 @@ -[plugin] - -name="Hello Signals plugin" -description="Showcases how to package a sample Android plugin" -author="Fredia Huya-Kouadio" -version="" -script="export/hello_signals_editor_plugin.gd" |