Add linting

This commit is contained in:
schmelczerandras 2020-08-18 16:52:11 +02:00
parent 76282a4cf7
commit 40a660b7cb
49 changed files with 237 additions and 334 deletions

View file

@ -30,7 +30,7 @@ export const createDungeon = (objects: Objects, physics: Physics): Tunnel => {
objects.addObject(tunnel);
/*if (deltaHeight > 0 && Random.getRandom() > 0.8) {
/* if (deltaHeight > 0 && Random.getRandom() > 0.8) {
objects.addObject(
new Lamp(
currentEnd,
@ -43,7 +43,7 @@ export const createDungeon = (objects: Objects, physics: Physics): Tunnel => {
1
)
);
}*/
} */
previousEnd = currentEnd;
previousRadius = currentToRadius;