forked from Cavemanon/SnootGame
Fixes persistent cache and some spanish bull
This commit is contained in:
@ -167,6 +167,12 @@ 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 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
|
||||
transform scenter:
|
||||
|
Reference in New Issue
Block a user