forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/assets/js/fireflies.js

8 lines
138 B
JavaScript

new BugController({
imageSprite: "/i/fireflies.webp",
canDie: false,
minBugs: MINFLIES,
maxBugs: MAXFLIES,
mouseOver: "multiply"
});