fun: less barrels
This commit is contained in:
parent
efa6af167e
commit
0ade995223
|
@ -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]));
|
||||
|
|
Loading…
Reference in New Issue
Block a user