more refactor

This commit is contained in:
2026-06-05 01:09:50 -05:00
parent 6cd34ebb4e
commit 8f2cca2907
5 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ script_name = "greeter"
[scripts]
greeter = """
fn init() {
log(`hello from object — player at ${board.player_x}, ${board.player_y}`);
log(`hello from object — player at ${Board.player_x}, ${Board.player_y}`);
set_tile(2); // change my glyph to ☻ — proves the write path
}
"""