mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
Goodbye cache high
This commit is contained in:
parent
529fcd36f6
commit
ce0d964872
2 changed files with 0 additions and 11 deletions
|
@ -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 _("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)]
|
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
|
## Additional vboxes of type "radio_pref" or "check_pref" can be
|
||||||
## added here, to add additional creator-defined preferences.
|
## added here, to add additional creator-defined preferences.
|
||||||
|
|
||||||
|
|
|
@ -167,12 +167,6 @@ define TeamMember = Character(_('Team member'), base, color="#D32552", who_outli
|
||||||
define Everyone = Character(_('Everyone'), base, color="#A45489", who_outline=[(gui.name_text_thickness, '#4F5F81')])
|
define Everyone = Character(_('Everyone'), base, color="#A45489", who_outline=[(gui.name_text_thickness, '#4F5F81')])
|
||||||
define Chet = Character(_('Chet'), base, color="#B45411", who_outline=[(gui.name_text_thickness, '#BF5F81')])
|
define Chet = Character(_('Chet'), base, color="#B45411", who_outline=[(gui.name_text_thickness, '#BF5F81')])
|
||||||
|
|
||||||
#Misc bulshit for cache config
|
|
||||||
default persistent.chache = False
|
|
||||||
|
|
||||||
init python:
|
|
||||||
|
|
||||||
config.cache_surfaces = persistent.cache
|
|
||||||
|
|
||||||
#Custom Vars for positions
|
#Custom Vars for positions
|
||||||
transform scenter:
|
transform scenter:
|
||||||
|
|
Loading…
Reference in a new issue