From dbd89c7514edc93915cc12b535d875f94e4f3109 Mon Sep 17 00:00:00 2001 From: flavio Date: Sun, 12 Aug 2012 20:26:04 +0000 Subject: Correcciones y actualizacion a sugar 0.94 --- (limited to 'Interfaz.py') diff --git a/Interfaz.py b/Interfaz.py index 82433ec..93c145d 100644 --- a/Interfaz.py +++ b/Interfaz.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() @@ -87,7 +89,7 @@ class Interfaz(pygame.sprite.OrderedUpdates): self.boton_musica= JAMButton("", self.imagenes_audio[0]) self.boton_musica.set_imagen(origen= self.imagenes_audio[0]) self.boton_musica.set_tamanios(tamanio= (ancho_botones, 70)) - y -= separador + self.boton_musica.get_tamanio()[1] + y -= separador + self.boton_musica.get_tamanio()[1] self.boton_musica.set_posicion(punto=(x,y)) self.posicion_boton_audio = (x,y) -- cgit v0.9.1