debuginterface teleport to brimhaven4 south

This commit is contained in:
Gonk
2019-06-08 23:10:36 +02:00
parent 97a81e3d8e
commit db36afa5e5

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