chore: 40 kittehs
This commit is contained in:
parent
5e0a9665aa
commit
1f7bb9d19e
|
@ -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]));
|
||||
|
|
Loading…
Reference in New Issue
Block a user