Explorar el Código

Update config.py

hi80482 hace 3 años
padre
commit
7d8927fe3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: