hi80482 пре 3 година
родитељ
комит
7d8927fe3b
1 измењених фајлова са 1 додато и 1 уклоњено
  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: