forked from Cavemanon/SnootGame
Goodbye cache high
This commit is contained in:
@@ -1001,11 +1001,6 @@ screen preferences():
|
||||
textbutton _("After Choices") action [Function(onclick_audio, preferences.skip_after_choices), ToggleVariable("preferences.skip_after_choices", True, False)]
|
||||
textbutton _("Transitions") action [Function(onclick_audio, preferences.transitions, True), ToggleVariable("preferences.transitions", 0, 2)]
|
||||
|
||||
vbox:
|
||||
style_prefix "check"
|
||||
label _("Performance")
|
||||
textbutton _("Cache Surfaces") action [Function(onclick_audio, persistent.cache), ToggleVariable("persistent.cache", True, False), ToggleVariable("config.cache_surfaces", True, False)]
|
||||
|
||||
## Additional vboxes of type "radio_pref" or "check_pref" can be
|
||||
## added here, to add additional creator-defined preferences.
|
||||
|
||||
|
Reference in New Issue
Block a user