summaryrefslogtreecommitdiffhomepage
path: root/src/libMsg/scripts/hello-world.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/libMsg/scripts/hello-world.json')
-rw-r--r--src/libMsg/scripts/hello-world.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libMsg/scripts/hello-world.json b/src/libMsg/scripts/hello-world.json
new file mode 100644
index 00000000..f23a3714
--- /dev/null
+++ b/src/libMsg/scripts/hello-world.json
@@ -0,0 +1,7 @@
+{
+ "id": 1,
+ "pos": { "x": 100, "y": 100 },
+ "size": { "w": 300, "h": 200 },
+ "title": "Message",
+ "on-init": "_PrintHelloWorld"
+} \ No newline at end of file