Terrain generation

This commit is contained in:
2026-03-13 16:34:09 -03:00
parent 96a485743f
commit 5348cd3d06
15 changed files with 320 additions and 98 deletions
+1
View File
@@ -10,6 +10,7 @@ import { GuiScreen } from "./gui/gui_screen.ts";
export class PlayerComponent extends Component {
player_inventory = new PlayerInventory("");
screens: GuiScreen[] = [];
render_distance = 6;
pop_screen() {
const screen = this.screens.pop();