Tile vector
This commit is contained in:
parent
de2c6261b0
commit
9197d0a939
2 changed files with 5 additions and 5 deletions
|
|
@ -15,5 +15,7 @@ public partial class Utility
|
|||
public const int LayersCount = 3;
|
||||
public static readonly Vector2I LeftFieldBoundary = new Vector2I(305,76);
|
||||
public static readonly Vector2I RightFieldBoundary = new Vector2I(755,376);
|
||||
public static readonly Vector2 Tile = new Vector2(Utility.TileWidth, Utility.TileHeight);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue