Added ui to the engine and buttons and implemented them in the game fixed also a mouse position problem

This commit is contained in:
Ziver Koc 2007-04-24 21:41:31 +00:00
parent 515281351c
commit 728a68cc48
35 changed files with 436 additions and 23 deletions

View file

@ -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;