Skip to content
Snippets Groups Projects
Commit e8e44b3f authored by v.tarantik's avatar v.tarantik
Browse files

#20 deleted forgotten text

parent 0b0bb87d
No related branches found
No related tags found
No related merge requests found
......@@ -130,15 +130,6 @@ public class HallOfFameScreen extends AbstractTablexiaScreen<Void> {
Texture textureDoor = getTexture(HallOfFameAssets.HALL_OF_FAME_DOOR_BUTTON_PRESSED);
imgDoorButton.setDrawable(new SpriteDrawable(new Sprite(textureDoor)));
//TODO add action for leaving to main menu
Texture[] textuures = new Texture[]{getTexture(HallOfFameAssets.HALL_OF_FAME_DOOR),getTexture(HallOfFameAssets.HALL_OF_FAME_BACKGROUND_TILE)};
new SingleButtonDialog(100, 200, 800, 200, TablexiaDialog.BackGroundType.DIALOG_SQUARE_BORDERLINES, new DialogTextContent("A", "B"), TablexiaDialog.ButtonType.GREEN, "Click" ){
@Override
protected void buttonAction() {
Log.info(this.getClass(),"Button clicked");
}
}.show(getStage());
}
});
foregroundGroup.addActor(imgDoorButton);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment