mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix?
This commit is contained in:
parent
09037e0429
commit
6237119f2b
@ -15,6 +15,7 @@
|
||||
|
||||
function changespeed() {
|
||||
speed -= 100;
|
||||
setInterval(addKrydder, speed);
|
||||
}
|
||||
function addKrydder() {
|
||||
// Create a new element
|
||||
@ -43,8 +44,6 @@
|
||||
krydderText.remove();
|
||||
}, Math.random() * 10000);
|
||||
}
|
||||
|
||||
setInterval(addKrydder, speed);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user