Skip to content

Commit

Permalink
ADD wall to block
Browse files Browse the repository at this point in the history
  • Loading branch information
Ka0o0 committed Jan 28, 2018
1 parent b1c8e6b commit 1d418e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Assets/Scripts/BattleFieldBlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ public enum DistanceState
OutOfReach
}

public bool HasTopWall = false;
public bool HasLeftWall = false;
public bool HasRightWall = false;
public bool HasBottomWall = false;

public Sprite DefaultTileSprite;
public Sprite IntermediateDistanceSprite;
public Sprite FarDistanceSprite;
Expand Down

0 comments on commit 1d418e7

Please sign in to comment.