diff options
-rw-r--r-- | games/hello/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/hello/init.lua b/games/hello/init.lua new file mode 100644 index 0000000..e813b61 --- /dev/null +++ b/games/hello/init.lua @@ -0,0 +1,3 @@ +function on_init() + print("Hello, world!"); +end |