Parcourir la source

Update config.py

hi80482 il y a 3 ans
Parent
commit
7d8927fe3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      sys.py/config.py

+ 1 - 1
sys.py/config.py

@@ -45,7 +45,7 @@ def PreparationInAdv():
     if SKIN != None:
     if SKIN != None:
         return
         return
 
 
-    SKIN= "../skin/default"
+    SKIN= "../skin/DEOT"
     
     
     if FileExists("%s/.gameshell_skin" % os.path.expanduser('~')) == True:
     if FileExists("%s/.gameshell_skin" % os.path.expanduser('~')) == True:
         with open("%s/.gameshell_skin" % os.path.expanduser('~'),"r") as f:
         with open("%s/.gameshell_skin" % os.path.expanduser('~'),"r") as f: