fun: moar kittehs
This commit is contained in:
parent
e4ef3799f1
commit
c66e23822a
|
@ -451,7 +451,7 @@ for (let i = 0; i < 50; ++i) {
|
||||||
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
|
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
|
||||||
roomJSON.layers.everything.entities.push(flowerBarrelJSON([x * 4, y * 4]));
|
roomJSON.layers.everything.entities.push(flowerBarrelJSON([x * 4, y * 4]));
|
||||||
}
|
}
|
||||||
for (let i = 0; i < 1; ++i) {
|
for (let i = 0; i < 5; ++i) {
|
||||||
const x = Math.floor(Math.random() * (roomSize[0] - 100)) + 50;
|
const x = Math.floor(Math.random() * (roomSize[0] - 100)) + 50;
|
||||||
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
|
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
|
||||||
roomJSON.layers.everything.entities.push(mamaKittySpawnerJSON());
|
roomJSON.layers.everything.entities.push(mamaKittySpawnerJSON());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user