From 8baf356218c9a9a112eb01daec35aa4e4a22c4f0 Mon Sep 17 00:00:00 2001 From: Paula Date: Sat, 7 Mar 2026 19:53:10 -0300 Subject: [PATCH] Move player spawn --- client/player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/player.ts b/client/player.ts index 6467db0..9a6a0a3 100644 --- a/client/player.ts +++ b/client/player.ts @@ -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, {