Tile size 32x32

This commit is contained in:
2014-04-30 18:28:26 +02:00
parent ac5aca6dca
commit 3be391802a

View File

@@ -7,7 +7,7 @@ namespace WorldOfPeacecraft
{ {
class Gui : Form, IGui class Gui : Form, IGui
{ {
private const int tileSize = 16; private const int tileSize = 32;
private const int entitySize = 10; private const int entitySize = 10;
private IBackend Backend; private IBackend Backend;