added maploader

This commit is contained in:
Ziver Koc 2007-04-23 13:49:48 +00:00
parent 86539f6291
commit 5c5084f211
2 changed files with 125 additions and 2 deletions

View file

@ -21,7 +21,7 @@ public class InGameState extends GameState{
rootNode = new Node("InGameNode");
map = new Map(20,20);
map.init();
map.init("data/map/default");
InGameMouseInput mouse = new InGameMouseInput(map);
super.getInput().addInput(mouse);