Compare commits

..

No commits in common. "a56345cc450e875c63ff6353df22cd698ec09e76" and "04b790df30e955adb9f79edd4e3cb7f43877de9f" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -20,11 +20,12 @@ body{
position: fixed;
}
#fuchs {
position: relative;
bottom: -800px;
position: fixed;
bottom: 1px;
}
#fuchs img{
width: 200px;
position: relative;
left: 50px;
z-index: 60;
}

View File

@ -26,12 +26,6 @@ function fillArrays()
// startGame
let start = setInterval(gameLoop, 50);
let info = setInterval(infos, 1000);
function infos()
{
console.log(currentPosition);
}
function gameLoop()
{