Compare commits
No commits in common. "a56345cc450e875c63ff6353df22cd698ec09e76" and "04b790df30e955adb9f79edd4e3cb7f43877de9f" have entirely different histories.
a56345cc45
...
04b790df30
@ -20,11 +20,12 @@ body{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
#fuchs {
|
#fuchs {
|
||||||
position: relative;
|
position: fixed;
|
||||||
bottom: -800px;
|
bottom: 1px;
|
||||||
}
|
}
|
||||||
#fuchs img{
|
#fuchs img{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
position: relative;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
z-index: 60;
|
z-index: 60;
|
||||||
}
|
}
|
||||||
|
@ -26,12 +26,6 @@ function fillArrays()
|
|||||||
|
|
||||||
// startGame
|
// startGame
|
||||||
let start = setInterval(gameLoop, 50);
|
let start = setInterval(gameLoop, 50);
|
||||||
let info = setInterval(infos, 1000);
|
|
||||||
|
|
||||||
function infos()
|
|
||||||
{
|
|
||||||
console.log(currentPosition);
|
|
||||||
}
|
|
||||||
|
|
||||||
function gameLoop()
|
function gameLoop()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user