Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/conozco.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-12-26 13:22:08 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-12-26 13:22:08 (GMT)
commitb449b0e6e42f40db838c885e8fe8ad432ff49f41 (patch)
tree5b9798a326255ba44936529331ac8c922cd4e4c6 /conozco.py
parentb59ddcaeecb413c08777c2288204954544bc807c (diff)
fix scale export problemsHEADmaster
Diffstat (limited to 'conozco.py')
-rwxr-xr-xconozco.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/conozco.py b/conozco.py
index 75ac5b8..20aebee 100755
--- a/conozco.py
+++ b/conozco.py
@@ -491,7 +491,15 @@ class Conozco():
pos_c = (x - 8, y - 8)
self.showName(name, pos_n, self.fuente9)
self.pantalla.blit(self.simboloCiudad, pos_c)
-
+
+ def getScale(self):
+ return scale
+
+ def getShiftX(self):
+ return shift_x
+
+ def getShiftY(self):
+ return shift_y
def principal(self):
"""Este es el loop principal del juego"""