This commit is contained in:
Aevann1 2022-02-16 04:15:17 +02:00
parent a69c5351fe
commit f3bb52e379
34 changed files with 3208 additions and 3185 deletions

View file

@ -1,7 +1,7 @@
new BugController({
imageSprite: "/static/assets/images/fireflies.webp",
canDie: false,
minBugs: 10,
maxBugs: 30,
mouseOver: "multiply"
imageSprite: "/static/assets/images/fireflies.webp",
canDie: false,
minBugs: 10,
maxBugs: 30,
mouseOver: "multiply"
});