getScreen().attachWidgets("Spoutcraft", noRenderLabel, buttonDone);
} else {
getScreen().attachWidgets("Spoutcraft", map, title, buttonDone, buttonZoomIn, buttonZoomOut, buttonShowPlayer, buttonReset, buttonSave, buttonDeathpoints);
}
hoverMenu = new GenericScrollArea();
hoverMenu.setBackgroundColor(new Color(0x55ffffff));
hoverMenu.setPriority(RenderPriority.Lowest);
menuTitle = new GenericLabel("What do you want to do?");
buttonWaypoint = new GenericButton("Add Waypoint");
buttonFocus = new GenericButton("Set Focus");