teleport AR

This commit is contained in:
Nut
2020-02-18 23:30:22 +01:00
parent 3a7d170ee0
commit 9a7f18525b

View File

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