refactoring

This commit is contained in:
2026-06-11 21:31:37 -05:00
parent a1cce10432
commit 828771fb7d
6 changed files with 429 additions and 321 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ greeter = """
fn init() {
log(`hello from object — player at ${Board.player_x}, ${Board.player_y}`);
set_tile(2); // change my glyph to ☻ — proves the write path
say("Hello there, traveller!");
say("Hello there,\\ntraveller!");
}
fn tick(dt) {