Switched to level01.

This commit is contained in:
Mal 2020-02-14 00:16:54 +01:00
parent e5d06bf73f
commit cec3cc726f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ const GRAVITY = 2;
let fps;
let frameDuration;
let levelJson = new FileLoader('levels/moon.json');
let levelJson = new FileLoader('levels/level01.json');
const LEVEL = JSON.parse(levelJson.getContent());