This commit is contained in:
2020-07-02 11:28:12 -06:00
parent 3cf42a3c83
commit 7a0f0c8254
598 changed files with 148 additions and 6709 deletions

View File

@@ -12,7 +12,7 @@ namespace Collector
public const int TileSize = 1;
public const float ViewportHeight = 9f;
public const float ViewportWidth = 16f;
public const float MovementSpeed = 4/32f;
public const float MovementSpeed = 16/32f;
public const int KeyDelay = 20;
public const int ChunkSize = 8;
public const int SuperChunkSize = 1;