name = InGameLeaveConfirm
widgets = 3
background = box.png
dialog = true

[ widget-00 ]
type = label
name = InGameLeaveMessage
text = Are you sure you want to leave this game?
color = 0.8, 0.3, 0.3
center = 0.5, 0.45
width = auto
height = auto
fontsize = 7
enabled = 0
selected = 0
default = 0
cancel = 0

[ widget-01 ]
type = button
name = InGameLeaveYes
text = Yes
action = LeaveGame
center = 0.4, 0.55
color = 0.0, 0.8, 0.0
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 1
cancel = 0

[ widget-02 ]
type = button
name = InGameLeaveNo
text = No
action = InGameMenu
center = 0.6, 0.55
color = 0.8, 0.0, 0.0
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 1
default = 0
cancel = 1
