rDrama/files/assets/js/bugs.js

10 lines
285 B
JavaScript
Raw Normal View History

2023-07-14 11:18:23 +00:00
const shit_num = document.getElementById('shit_num').value
2022-07-16 21:00:02 +00:00
new BugController({
imageSprite: "/i/fly-sprite.webp",
canDie: false,
2023-07-14 11:24:53 +00:00
minBugs: Math.min(MINFLIES + (shit_num * 2), ACTUALMAXFILES),
maxBugs: Math.min(MAXFLIES + (shit_num * 2), ACTUALMAXFILES),
2022-07-16 21:00:02 +00:00
mouseOver: "multiply"
});