fun: less barrels

This commit is contained in:
cha0s 2019-04-28 22:48:27 -05:00
parent efa6af167e
commit 0ade995223

View File

@ -446,7 +446,7 @@ function mamaKittySpawnerJSON() {
};
}
for (let i = 0; i < 100; ++i) {
for (let i = 0; i < 50; ++i) {
const x = Math.floor(Math.random() * (roomSize[0] - 100)) + 50;
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
roomJSON.layers.everything.entities.push(flowerBarrelJSON([x * 4, y * 4]));