chore: less junk

This commit is contained in:
cha0s 2019-03-25 20:27:25 -05:00
parent 80f8ab8800
commit 4b4f038b84

View File

@ -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]);