remotes/1693045480750635534/spooky-22
fireworks88 2021-07-21 17:02:22 +02:00
parent 1633acb073
commit 4aabd857d0
1 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,26 @@
<head>
{% include "bootstrap.html" %}
{% if v and v.agendaposter %}
<script src="/assets/js/bug-min.js" type="text/javascript"></script>
<script type="text/javascript">
new BugController({
imageSprite: "/assets/js/fly-sprite.png",
canDie: false,
minBugs: 5,
maxBugs: 30,
mouseOver: "fly"
});
new SpiderController({
imageSprite: "/assets/js/spider-sprite.png",
canDie: false,
minBugs: 2,
maxBugs: 20,
mouseOver: "fly"
});
</script>
{% endif %}
<script>
// comment collapse