Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/conozco.py
diff options
context:
space:
mode:
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"""