Tile size 32x32
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user