Added Fluid Tile

This commit is contained in:
simon
2018-12-21 10:47:46 -05:00
parent bbaa338469
commit 70eeb1442d
9 changed files with 61 additions and 17 deletions

View File

@@ -37,6 +37,8 @@ wg_minIronCount=0
wg_maxIronCount=2
wg_minCopperCount=0
wg_maxCopperCount=2
wg_fluidCenterPointMin=0
wg_fluidCenterPointMax=2
#CPU
tick_length=1000
org_offset=512

View File

@@ -1593,7 +1593,7 @@ var FluidTile = (function (_super) {
_this.baseTint = config.tile.fluid;
_this.tint = _this.baseTint;
_this.alpha = 0.6;
_this.baseZ = -15;
_this.baseZ = -10;
_this.isoZ = _this.baseZ;
_this.tileType = "fluid";
return _this;