Merge branch 'main' of https://git.bib.de/PBG2H23AKL/FEE_MathRunner
This commit is contained in:
commit
5096c1d4d9
@ -31,12 +31,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…
Reference in New Issue
Block a user