From 7d8927fe3b7a5de9e464957b3e197c017ec568fa Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 22:27:18 +0800 Subject: [PATCH] Update config.py --- sys.py/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.py/config.py b/sys.py/config.py index d338456..6628fcd 100644 --- a/sys.py/config.py +++ b/sys.py/config.py @@ -45,7 +45,7 @@ def PreparationInAdv(): if SKIN != None: return - SKIN= "../skin/default" + SKIN= "../skin/DEOT" if FileExists("%s/.gameshell_skin" % os.path.expanduser('~')) == True: with open("%s/.gameshell_skin" % os.path.expanduser('~'),"r") as f: