diff --git a/src/Gui/Gui.cs b/src/Gui/Gui.cs index 0858fb7..8adfd09 100644 --- a/src/Gui/Gui.cs +++ b/src/Gui/Gui.cs @@ -7,7 +7,7 @@ namespace WorldOfPeacecraft { class Gui : Form, IGui { - private const int tileSize = 16; + private const int tileSize = 32; private const int entitySize = 10; private IBackend Backend;