Skip to content

Commit b6d5e8d

Browse files
committed
move bed
1 parent 05f0511 commit b6d5e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/game-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ export class GameClient {
168168
this.scene.add(pole);
169169
this.worldObjects.push(pole);
170170

171-
// Load and place bed next to house (to the right side, 200 units from house center)
172-
WorldObjectFactory.loadBed(-300, -400)
171+
// Load and place bed at (2500, 2500)
172+
WorldObjectFactory.loadBed(2500, 2500)
173173
.then((bed) => {
174174
if (this.scene) {
175175
this.scene.add(bed);

0 commit comments

Comments
 (0)