mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-17 08:39:06 +00:00
Added Fluid Tile
This commit is contained in:
@@ -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
|
||||
|
||||
2
Server/src/main/resources/static/js/mar.js
vendored
2
Server/src/main/resources/static/js/mar.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user