fun: space
This commit is contained in:
parent
2e183559ad
commit
b467874608
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user