Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/persistencia.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-09 20:22:43 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-09 20:22:43 (GMT)
commit2280308dd2105c5f1e785dd30377da14c964770a (patch)
treee36a8c398be5a7bf8b870cd77fc81663b67318cd /persistencia.py
parent37d3a735173b69e841eadc8edbbfb0984b424c60 (diff)
Implament rotation of movement lines
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'persistencia.py')
-rw-r--r--persistencia.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/persistencia.py b/persistencia.py
index 6919bff..cb41487 100644
--- a/persistencia.py
+++ b/persistencia.py
@@ -165,6 +165,7 @@ class Persistence:
elif (tipo_globo == 'IMAGE'):
image_name = globoData['image_name']
globo = globos.Imagen(image_name, x=globo_x, y=globo_y)
+ globo.direccion = globo_direccion
if globo != None:
globo.radio = globoData['radio']