Shovel done

This commit is contained in:
Фёдор Веселов 2024-09-16 17:05:57 +05:00
commit c1f9f61b0c
5 changed files with 18 additions and 6 deletions

View file

@ -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);
}