diff --git a/app/server/create/homestead.js b/app/server/create/homestead.js index d278670..7bcedc0 100644 --- a/app/server/create/homestead.js +++ b/app/server/create/homestead.js @@ -196,7 +196,14 @@ export default async function createHomestead(id) { Vulnerable: {}, }; for (let i = 0; i < 50; ++i) { - entities.push(kitty); + entities.push({ + ...kitty, + Position: { + ...kitty.Position, + x: 250 + (Math.random() - 0.5) * 300, + y: 250 + (Math.random() - 0.5) * 300, + }, + }); } entities.push({ Collider: {