chore: 40 kittehs

This commit is contained in:
cha0s 2019-04-09 10:55:34 -04:00
parent 5e0a9665aa
commit 1f7bb9d19e

View File

@ -243,7 +243,7 @@ for (let i = 0; i < 4; ++i) {
const y = Math.floor(Math.random() * 75) + 50;
roomJSON.layers.everything.entities.push(flowerBarrelJSON([x, y]));
}
for (let i = 0; i < 4; ++i) {
for (let i = 0; i < 40; ++i) {
const x = Math.floor(Math.random() * 200) + 50;
const y = Math.floor(Math.random() * 75) + 50;
roomJSON.layers.everything.entities.push(kittyJSON([x, y]));