pewpew
This commit is contained in:
parent
39b6a79837
commit
65702fd84a
@ -31,12 +31,6 @@ function fillArrays()
|
||||
|
||||
// startGame
|
||||
let start = setInterval(gameLoop, 50);
|
||||
let info = setInterval(infos, 1000);
|
||||
|
||||
function infos()
|
||||
{
|
||||
console.log(currentPosition);
|
||||
}
|
||||
|
||||
function gameLoop()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user