mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-18 18:59:25 +00:00
code tweaks
making setting passing optional for core.load() as part of transition mode between beta and stable. fixed redraw for feedback menu.
This commit is contained in:
@@ -54,7 +54,7 @@ HEADER = ""
|
||||
FOOTER = ""
|
||||
FILES = []
|
||||
|
||||
def load(ttbprc):
|
||||
def load(ttbprc={}):
|
||||
'''
|
||||
get all them globals set up!!
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user