summaryrefslogtreecommitdiff
path: root/hello_signals/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hello_signals/README.md')
-rw-r--r--hello_signals/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/hello_signals/README.md b/hello_signals/README.md
new file mode 100644
index 0000000..7845f21
--- /dev/null
+++ b/hello_signals/README.md
@@ -0,0 +1,4 @@
+## Hello Signals plugin
+
+Showcases how to build a Godot Android plugin which is invoked from gdscript and emit signals
+from the java logic.