added maploader
This commit is contained in:
parent
86539f6291
commit
5c5084f211
2 changed files with 125 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue