Wall generation
This commit is contained in:
@@ -133,7 +133,7 @@ public class MapIO{
|
||||
}
|
||||
|
||||
public static Pixmap generatePreview(Tiles tiles){
|
||||
Pixmap pixmap = new Pixmap(tiles.width(), tiles.height(), Format.RGBA8888);
|
||||
Pixmap pixmap = new Pixmap(tiles.width, tiles.height, Format.RGBA8888);
|
||||
for(int x = 0; x < pixmap.getWidth(); x++){
|
||||
for(int y = 0; y < pixmap.getHeight(); y++){
|
||||
Tile tile = tiles.getn(x, y);
|
||||
|
||||
Reference in New Issue
Block a user