Added ui to the engine and buttons and implemented them in the game fixed also a mouse position problem
This commit is contained in:
parent
515281351c
commit
728a68cc48
35 changed files with 436 additions and 23 deletions
|
|
@ -23,7 +23,7 @@ public class Map {
|
|||
|
||||
public static final int OBJ_STONE = 1;
|
||||
|
||||
private static final int POS_SIZE = 50;
|
||||
public static final int POS_SIZE = 50;
|
||||
private int width;
|
||||
private int hight;
|
||||
private GameEntity[][] map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue