diff --git a/files/templates/default.html b/files/templates/default.html index 3fa6475c4..b0cd5c372 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -47,15 +47,15 @@ new BugController({ imageSprite: "/assets/images/fly-sprite.webp", canDie: false, - minBugs: 5, - maxBugs: 5, + minBugs: 2, + maxBugs: 2, mouseOver: "fly" }); new SpiderController({ imageSprite: "/assets/images/spider-sprite.webp", canDie: false, - minBugs: 2, - maxBugs: 2, + minBugs: 1, + maxBugs: 1, mouseOver: "fly" });