Added back the map, movement and zooming. Also changed all Textures to 32bit

This commit is contained in:
2020-04-21 13:39:42 -06:00
parent 2892570539
commit 85af72cfa1
56 changed files with 659 additions and 241 deletions

View File

@@ -11,7 +11,7 @@ namespace Collector
public const int MovementSpeed = 16;
public const int FreeSpeed = 2;
public const int KeyDelay = 0;
public const int TileSize = 16;
public const int TileSize = 32;
public const int ChunkSize = 8;
public const int SuperChunkSize = 1;
public const int TileShift = 5;