44454647484950515253
inputManager = new InputManager(this); TextureManager.loadTextures(); MapGenerator.genMap("map1.map"); map1 = new Map("map1.map"); player = new Player(new Vector3f(1, 6, 1), new Vector3f(0, 0, 0)); player.setWorld(map1); }