mirror of https://bitbucket.org/ausocean/av.git
commit
6a580ce594
|
@ -16,7 +16,7 @@ export default class LevelController extends EventHandler {
|
||||||
Event.LEVEL_LOADED);
|
Event.LEVEL_LOADED);
|
||||||
|
|
||||||
this.canload = false;
|
this.canload = false;
|
||||||
this.currentLvlIdx = 0;
|
this.curLvlIdx = 0;
|
||||||
this.manualLvlIdx = -1;
|
this.manualLvlIdx = -1;
|
||||||
this.timer = null;
|
this.timer = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue