diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-16 05:07:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-16 05:14:22 +0100 |
| commit | 35fb9574c5efc426491f7ce55689e0f911890e98 (patch) | |
| tree | 6761ca8cbdf4a7f92db0c8098b08fc6b5f629374 /src/libMsg/scripts/hello-world.json | |
| parent | 9213bc66f2a3b05314e1a7386794bb39a02ac81b (diff) | |
[CHORE] Improve and fix libDDK and implement libMsg.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libMsg/scripts/hello-world.json')
| -rw-r--r-- | src/libMsg/scripts/hello-world.json | 7 |
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 |
