fun: moar healz
This commit is contained in:
parent
1a5015f4b6
commit
efa6af167e
|
@ -461,7 +461,7 @@ for (let i = 0; i < 60; ++i) {
|
|||
const y = Math.floor(Math.random() * (roomSize[1] - 100)) + 50;
|
||||
roomJSON.layers.everything.entities.push(fireJSON([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(blueFireJSON([x * 4, y * 4]));
|
||||
|
|
Loading…
Reference in New Issue
Block a user