Basic gameplay?

This commit is contained in:
2026-03-07 13:01:52 -03:00
parent 3074316606
commit 5218fab55a
15 changed files with 239 additions and 28 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Component } from "$/common/ecs/mod.ts";
import { AssetManager } from "../assets.ts";
import { Texture } from "../renderer.ts";
interface Tile {
export interface Tile {
x: number;
y: number;
id: string;