fun: moar kittehs

This commit is contained in:
cha0s 2019-04-30 18:34:01 -05:00
parent e4ef3799f1
commit c66e23822a

View File

@ -451,7 +451,7 @@ for (let i = 0; i < 50; ++i) {
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
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 y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
roomJSON.layers.everything.entities.push(mamaKittySpawnerJSON());