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

[ widget-00 ]
type = label
name = ConnectionErrorMessage
text = There was an error connecting to the server.
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 = RetryConnectButton
text = Retry
tip = Try to connect to the server again.
action = StartNetworkGame
center = 0.4, 0.55
color = 0.0, 0.0, 0.8
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 1
cancel = 0

[ widget-02 ]
type = button
name = NetworkBackButton
text = Back
tip = Go back to the Network Game menu.
action = NetworkGame
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
