Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/BiblioJAM/JAMLabel.py
diff options
context:
space:
mode:
Diffstat (limited to 'BiblioJAM/JAMLabel.py')
-rw-r--r--BiblioJAM/JAMLabel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BiblioJAM/JAMLabel.py b/BiblioJAM/JAMLabel.py
index 7f5c7ef..da68753 100644
--- a/BiblioJAM/JAMLabel.py
+++ b/BiblioJAM/JAMLabel.py
@@ -25,7 +25,7 @@ class JAMLabel(pygame.sprite.Sprite):
self.imagen = {"origen": None, "tamanio": None}
self.texto = {"tipo": pygame.font.get_default_font(), "tamanio": 20, "color": VG.get_negro(), "texto": texto}
- self.font_from_file= None # Agregado 15-06-2011 - Para cargar un tipo de letra desde un archivo.(os.getcwd()+"/Fuentes/fawn.ttf", 43)
+ self.font_from_file= None
self.base = {"tamanio": None, "color": None}
self.borde = {"grosor": None, "color": None}
self.contenedor = {"base": self.base, "borde": self.borde}