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:
Mike Primm 2011-05-27 00:56:56 -05:00
parent 2d5bb32f1e
commit a8b91c7af4
15 changed files with 645 additions and 171 deletions

View file

@ -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;