diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-02 16:59:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 16:59:41 -0700 |
commit | 01f6b286390e552cd326df00ad16c65e5f5c703b (patch) | |
tree | 9ca58d95496b72bb7974d4525f4821284e3ade7f /hello_signals/demo/addons/hello_signals_plugin/plugin.cfg | |
parent | 8a50b716f5d335d0c060eb096032fc2d214dc635 (diff) | |
parent | 1d35faab621629b7cf27db2675c439d390a32541 (diff) | |
download | godot-android-samples-01f6b286390e552cd326df00ad16c65e5f5c703b.tar.gz godot-android-samples-01f6b286390e552cd326df00ad16c65e5f5c703b.tar.bz2 godot-android-samples-01f6b286390e552cd326df00ad16c65e5f5c703b.zip |
Merge pull request #1 from m4gr3d/godot_4_2_plugin_refactor
Godot 4.2 plugin refactor
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, 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" |