Survival mode ready

This commit is contained in:
Rendo 2025-06-26 20:18:19 +05:00
commit 7614b12076
50 changed files with 586 additions and 81 deletions

View file

@ -25,8 +25,8 @@ public class Utility
public const int TileWidth = 50;
public const int TileHeight = 60;
public const int LayersCount = 3;
public static readonly Vector2I LeftFieldBoundary = new(305,76);
public static readonly Vector2I RightFieldBoundary = new(755,376);
public static Vector2I LeftFieldBoundary = new(305,76);
public static Vector2I RightFieldBoundary = new(755,376);
public static readonly Vector2 Tile = new(TileWidth, TileHeight);