Jonathan Hager 6 years ago
parent 5b500fe9dc
commit f7db481ce2

@ -61,7 +61,7 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
volume = 0.01f;
arrows = new Entity[10];
roomX = 13;
roomX = 10;
roomY = 6;
batch = new SpriteBatch();

@ -66,7 +66,7 @@ public class MapGenerator {
Room room = l.getRooms()[x][y];
if(room != null){
int tempX = 12;
int tempX = 9;
int tempY = 5;
int mapDimensionX = tempX + 2;

Loading…
Cancel
Save