Added back the map, movement and zooming. Also changed all Textures to 32bit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user