From 35fb9574c5efc426491f7ce55689e0f911890e98 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 16 Mar 2026 05:07:39 +0100 Subject: [CHORE] Improve and fix libDDK and implement libMsg. Signed-off-by: Amlal El Mahrouss --- src/libMsg/scripts/hello-world.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/libMsg/scripts/hello-world.json (limited to 'src/libMsg/scripts/hello-world.json') 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 -- cgit v1.2.3