summaryrefslogtreecommitdiff
path: root/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2023-07-02 16:54:41 -0700
committerFredia Huya-Kouadio <fhuya@meta.com>2023-07-02 16:54:41 -0700
commitb1eff319f02106190b64c37610df3fbf3fa61075 (patch)
tree68e7aab48b93fd90f9895b41b21b0987e69dcea1 /hello_signals/demo/addons/hello_signals_plugin/plugin.cfg
parentf6a336cf56d5d653b05c12fb7f71b5da595e49d4 (diff)
downloadgodot-android-samples-b1eff319f02106190b64c37610df3fbf3fa61075.tar.gz
godot-android-samples-b1eff319f02106190b64c37610df3fbf3fa61075.tar.bz2
godot-android-samples-b1eff319f02106190b64c37610df3fbf3fa61075.zip
Update the 'Hello Signals' Android plugin demo to match the new Godot 4.2 format
See https://github.com/godotengine/godot/pull/78958 for reference.
Diffstat (limited to 'hello_signals/demo/addons/hello_signals_plugin/plugin.cfg')
-rw-r--r--hello_signals/demo/addons/hello_signals_plugin/plugin.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg b/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg
new file mode 100644
index 0000000..8fb2c37
--- /dev/null
+++ b/hello_signals/demo/addons/hello_signals_plugin/plugin.cfg
@@ -0,0 +1,7 @@
+[plugin]
+
+name="Hello Signals plugin"
+description="Showcases how to package a sample Android plugin"
+author="Fredia Huya-Kouadio"
+version=""
+script="hello_signals_plugin.gd"