Move player spawn

This commit is contained in:
2026-03-07 19:53:10 -03:00
parent 5f9bce06fd
commit 8baf356218
+1 -1
View File
@@ -10,7 +10,7 @@ import { AssetManager } from "./assets.ts";
export function create_player(world: ClientWorld) {
const player = new Entity("player");
player.add(new Position(10, 10));
player.add(new Position(1440, 700));
player.add(new Velocity(0, 0));
player.add(
new AnimatedSprite("bworld:player", 72, 72, {