Add night view via ambientlight setting on Flat and Surface maps, add
night-and-day setting to generate both night (default) and day (prefix+'_day') versions of tiles, and add transparency to generated PNG files
This commit is contained in:
parent
2d5bb32f1e
commit
a8b91c7af4
15 changed files with 645 additions and 171 deletions
|
|
@ -16,6 +16,8 @@ public abstract class MapTile {
|
|||
|
||||
public abstract String getFilename();
|
||||
|
||||
public abstract String getDayFilename();
|
||||
|
||||
public MapTile(World world, MapType map) {
|
||||
this.world = world;
|
||||
this.map = map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue