Merged save previews

This commit is contained in:
Anuken
2019-08-30 20:13:03 -04:00
11 changed files with 1110 additions and 988 deletions

View File

@@ -36,6 +36,10 @@ public class MinimapRenderer implements Disposable{
Events.on(TileChangeEvent.class, event -> Core.app.post(() -> update(event.tile)));
}
public Pixmap getPixmap(){
return pixmap;
}
public Texture getTexture(){
return texture;
}