entity field rework, now it is fuzzy and good 👍
This commit is contained in:
parent
5a6eb151ae
commit
e316fa3203
6 changed files with 35 additions and 33 deletions
|
|
@ -7,6 +7,8 @@ public class FieldParams
|
|||
public const int TileWidth = 50;
|
||||
public const int TileHeight = 60;
|
||||
public const int LayersCount = 3;
|
||||
public const int ColumnsCount = 9;
|
||||
public const int RowsCount = 5;
|
||||
public static Vector2I LeftFieldBoundary = new(305, 76);
|
||||
public static Vector2I RightFieldBoundary = new(755, 376);
|
||||
public static readonly Vector2 Tile = new(TileWidth, TileHeight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue