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

8 lines
138 B
JavaScript
Raw Normal View History

2022-07-16 21:00:02 +00:00
new BugController({
imageSprite: "/i/fireflies.webp",
canDie: false,
minBugs: MINFLIES,
maxBugs: MAXFLIES,
2022-07-16 21:00:02 +00:00
mouseOver: "multiply"
});