Merge pull request #21 from Zukero/master

merge zukero
This commit is contained in:
Nut
2019-06-20 10:10:50 +02:00
committed by GitHub

View File

@@ -225,6 +225,12 @@ public final class DebugInterface {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "guynmart_wood_1", "farmhouse", 0, 0);
}
})
,new DebugButton("bh", new OnClickListener() {
@Override
public void onClick(View arg0) {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "brimhaven4", "south2", 0, 0);
}
})
}));
buttonList.addAll(tpButtons);