Hallo, wie ich es mir gedacht habe bekomme ich das nicht mir der Aushwahl hin, was habe ich hier falsch gemacht?
creen preferences():
tag menu
# Include the navigation.
use navigation
# Put the navigation columns in a three-wide grid.
grid 1 1:
style_group "prefs"
xfill False
vbox:
spacing 40
ypos 50
frame:
style_group "pref"
has vbox
text "{size=30}{color=#560206}Text Speed{/color}{/size}" xpos 1450
label _("Text Speed")
bar value Preference("text speed")
frame:
style_group "pref"
has vbox
label _("Joystick")
text "{size=30}{color=#560206}Joystick{/color}{/size}" xpos 1450
textbutton _("Joystick...") action Preference("joystick")
frame:
style_group "pref"
has vbox
text "{size=30}{color=#560206}Display{/color}{/size}" xpos 1450
label _("Display")
textbutton _("Window") action Preference("display", "window")
textbutton _("Fullscreen") action Preference("display", "fullscreen")
frame:
style_group "pref"
has vbox
text "{size=30}{color=#560206}Skip{/color}{/size}" xpos 1450
label _("Skip")
textbutton _("Seen Messages") action Preference("skip", "seen")
textbutton _("All Messages") action Preference("skip", "all")
frame:
style_group "pref"
has vbox
text "{size=30}{color=#560206}After Choices{/color}{/size}" xpos 1450
label _("After Choices")
textbutton _("Stop Skipping") action Preference("after choices", "stop")
textbutton _("Keep Skipping") action Preference("after choices", "skip")
frame:
style_group "pref"
has vbox
text "{size=30}{color=#560206}Language{/color}{/size}" xpos 1450
label _("Language")
textbutton _("English") action Preference("after choices", "none")
textbutton _("Deutsch") action Preference("after choices", "german")
frame:
style_group "pref"
has vbox
text "{size=30}{color=#560206}Auto-Forward Time{/color}{/size}" xpos 1450
label _("Auto-Forward Time")
bar value Preference("auto-forward time")
Ich füge die screens.rpy mal hinzu und die screen preferences fängt bei 329 an. Ich hoffe ich schnalle das und dann mal ein bissl Renpy übersetzen ;-)