Shovel done
This commit is contained in:
parent
47a3ca3db2
commit
c1f9f61b0c
5 changed files with 18 additions and 6 deletions
|
|
@ -9,6 +9,9 @@ public partial class Utility
|
|||
{
|
||||
public const int TileWidth = 50;
|
||||
public const int TileHeight = 60;
|
||||
|
||||
public const int LayersCount = 3;
|
||||
public static readonly Vector2I LeftFieldBoundary = new Vector2I(305,76);
|
||||
public static readonly Vector2I RightFieldBoundary = new Vector2I(755,376);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue