chore: less junk
This commit is contained in:
parent
80f8ab8800
commit
4b4f038b84
|
@ -22,7 +22,7 @@ const informables = [];
|
|||
const stateSynchronizer = new StateSynchronizer({
|
||||
entityList,
|
||||
});
|
||||
for (let i = 0; i < 40; ++i) {
|
||||
for (let i = 0; i < 10; ++i) {
|
||||
const x = Math.floor(Math.random() * 200) + 50;
|
||||
const y = Math.floor(Math.random() * 75) + 50;
|
||||
const flowerBarrel = createFlowerBarrelEntity([x, y]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user