Hold item !

This commit is contained in:
2026-02-25 15:53:49 -03:00
parent 36fc3869a2
commit 4862bef3f7
6 changed files with 93 additions and 35 deletions
+1 -2
View File
@@ -64,8 +64,7 @@ export class ClientWorld extends World {
);
this.add_entity(tilemap);
const player = create_player();
this.add_entity(player);
const player = create_player(this);
// UI !
const unpause_button = new Entity("unpausebutton");