Explorar el Código

Update textarea.py (Sync Ver.200626)

hi80482 hace 3 años
padre
commit
de39080d92
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      sys.py/UI/textarea.py

+ 2 - 2
sys.py/UI/textarea.py

@@ -26,8 +26,8 @@ class Textarea(Widget):
         pass
     
     def Init(self):
-        self._FontObj = MyLangManager.TrFont("veramono24")
-        #pygame.font.Font(fonts_path["veramono"],24)
+        self._FontObj = MyLangManager.TrFont("Eurostile15")
+        #pygame.font.Font(fonts_path["Eurostile"],20)
 
     def SubTextIndex(self):