type = menu

customization-meta {
  identifier = alphaonetwelve.areyousure
  renderorder = foreground
}

customization {
  hoversound = resources/fancymenu/menu/click.wav
  orientation = mid-centered
  shadow = false
  centered = false
  x = -98
  action = addtext
  y = -64
  scale = 1.25
  value = Are you sure you want to exit?
}

customization {
  hoversound = resources/fancymenu/menu/click.wav
  orientation = mid-centered
  buttonaction = quitgame
  x = -128
  width = 100
  action = addbutton
  y = -10
  label = Yes
  value = 
  height = 20
}

customization {
  hoversound = resources/fancymenu/menu/click.wav
  orientation = mid-centered
  onlydisplayin = singleplayer
  buttonaction = opengui
  x = 24
  width = 100
  action = addbutton
  y = -10
  label = No
  value = net.minecraft.client.gui.GuiIngameMenu
  height = 20
}

customization {
  hoversound = resources/fancymenu/menu/click.wav
  orientation = mid-centered
  onlydisplayin = multiplayer
  buttonaction = opengui
  x = 24
  width = 100
  action = addbutton
  y = -10
  label = No
  value = net.minecraft.client.gui.GuiIngameMenu
  height = 20
}

customization {
  hoversound = resources/fancymenu/menu/click.wav
  orientation = mid-centered
  onlydisplayin = outgame
  buttonaction = opengui
  x = 24
  width = 100
  action = addbutton
  y = -10
  label = No
  value = net.minecraft.client.gui.GuiMainMenu
  height = 20
}

