do not set Tile.SIZE in MapView constructor
this way users can change static Tile.SIZE before initiating the MapView.
This commit is contained in:
@@ -27,7 +27,7 @@ public class Tile {
|
||||
/**
|
||||
* Width and height of a map tile in pixel.
|
||||
*/
|
||||
public static int SIZE = 256;
|
||||
public static int SIZE = 400;
|
||||
|
||||
/**
|
||||
* The X number of this tile.
|
||||
|
||||
Reference in New Issue
Block a user