|
|
|
|
@ -36,6 +36,7 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
|
|
|
|
|
|
|
|
|
|
MainMenuScreen mm;
|
|
|
|
|
GameScreen gs;
|
|
|
|
|
|
|
|
|
|
HudContainer hc;
|
|
|
|
|
PauseScreen ps;
|
|
|
|
|
SettingsScreen ss;
|
|
|
|
|
@ -437,6 +438,9 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
|
|
|
|
|
roomPosX = roomAmount / 2;
|
|
|
|
|
roomPosY = roomAmount / 2;
|
|
|
|
|
}
|
|
|
|
|
else if (level >= 6){
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
d.setCurrentLevel(d.getLevel()[level]);
|
|
|
|
|
|