Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Ficha_Bicho.py
diff options
context:
space:
mode:
Diffstat (limited to 'Ficha_Bicho.py')
-rw-r--r--Ficha_Bicho.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Ficha_Bicho.py b/Ficha_Bicho.py
index 19c0346..de6eb68 100644
--- a/Ficha_Bicho.py
+++ b/Ficha_Bicho.py
@@ -19,7 +19,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import pygame, gc
+import pygame
+import gc
+
from pygame.locals import *
gc.enable()
@@ -89,7 +91,7 @@ class Ficha_Bicho(pygame.sprite.OrderedUpdates):
hidratacion = "HidrataciĆ³n: %s" % (self.bicho.sed)
if hidratacion != self.label_sed.get_text():
self.label_sed.set_text(texto= hidratacion)
- self.barra_hidratacion.set_valor(self.bicho.sed)
+ self.barra_hidratacion.set_valor(self.bicho.sed)
self.circulo.rect.center= self.bicho.rect.center