// Robots actions
// Terrabot (terrain preparation)
Button terrabotButton = new ImageButton("TERRABOT", x, y);
terrabotButton.disable();
// TODO why the terrabutton size is fucked?
terrabotButton.setSize(ImageButton.IB_DEFAULT_SIZE,
ImageButton.IB_DEFAULT_SIZE);
terrabotButton.setActionHandler(new ActionHandler() {