Jonathan Hager 6 years ago
parent 8c6b6f0ce3
commit d11a092675

@ -87,7 +87,7 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
roomAmount = d.getLevel()[0].getRooms().length; roomAmount = d.getLevel()[0].getRooms().length;
level = 0; level = 6;
roomPosX = roomAmount / 2; roomPosX = roomAmount / 2;
roomPosY = roomAmount / 2; roomPosY = roomAmount / 2;
@ -444,6 +444,8 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
else{ // Dungeon Exit else{ // Dungeon Exit
es = new EndScreen(); es = new EndScreen();
gs = null; gs = null;
return;
} }
} }

Loading…
Cancel
Save