Rename everything "tile" to "block"

This commit is contained in:
2026-03-14 19:16:25 -03:00
parent e73cbcf5db
commit ea6a6acfbe
23 changed files with 74 additions and 75 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { ClientWorld } from "./client_world.ts";
import { InputManager } from "./input_manager.ts";
import { begin_drawing, end_drawing, init_font, init_window } from "./renderer/mod.ts";
await import("./tiles/mod.ts");
await import("./blocks/mod.ts");
await import("./items/mod.ts");
export class ClientLoop {