Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FGR_T0102.py
diff options
context:
space:
mode:
Diffstat (limited to 'FGR_T0102.py')
-rw-r--r--FGR_T0102.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FGR_T0102.py b/FGR_T0102.py
index c26f2e8..3b356e9 100644
--- a/FGR_T0102.py
+++ b/FGR_T0102.py
@@ -790,7 +790,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-5,h-hh-50))
+ jugar.set_posicion(punto= (w-ww-10,h-hh-10))
jugar.connect (callback= self.run_Instruc)
self.add(jugar)