Browse Source

Update config.py

hi80482 3 years ago
parent
commit
7d8927fe3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys.py/config.py

+ 1 - 1
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: