more scripting

This commit is contained in:
2026-06-04 23:52:33 -05:00
parent e0477a12b8
commit 4f21f7fa8a
8 changed files with 558 additions and 121 deletions
+2 -1
View File
@@ -50,6 +50,7 @@ script_name = "greeter"
[scripts]
greeter = """
fn init() {
log("hello world");
log(`hello from object — player at ${board.player_x}, ${board.player_y}`);
set_tile(2); // change my glyph to ☻ — proves the write path
}
"""