screen navigation():
frame:
background Frame("gui/frame.png", Borders(50,50,50,50))
xpos 20
yalign 0.5
xsize 300
ysize 600
vbox:
style_prefix "navigation"
xpos gui.navigation_xpos
yalign .5
spacing gui.navigation_spacing
if main_menu:
imagebutton:
auto "start.png"
action Start()
else:
textbutton _("History") action ShowMenu("history")
textbutton _("Save") action ShowMenu("save")
textbutton _("Load") action ShowMenu("load")
textbutton _("Preferences") action ShowMenu("preferences")