From f0f49e4e77dd4d3d97ece8b04e88690c80224dcf Mon Sep 17 00:00:00 2001 From: flavio Date: Thu, 05 Apr 2012 23:29:36 +0000 Subject: Crucigrama --- (limited to 'FGR_T0301.py') diff --git a/FGR_T0301.py b/FGR_T0301.py index b0de625..ba20d7a 100644 --- a/FGR_T0301.py +++ b/FGR_T0301.py @@ -819,7 +819,7 @@ class ButtonsMenu(pygame.sprite.OrderedUpdates): jugar.set_tamanios(tamanio=(200,0), grosorbor=1, detalle=1, espesor=1) w,h= G.RESOLUCION ww,hh= jugar.get_tamanio() - jugar.set_posicion(punto= (w-ww-50,h-hh-50)) + jugar.set_posicion(punto= (w-ww-10,h-hh-10)) jugar.connect (callback= self.run_Instruc) self.add(jugar) -- cgit v0.9.1