Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2014-04-11 16:56:29 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-05-14 21:21:41 (GMT)
commitc8784bb03b310553fa5fba7482ac59c6c446b972 (patch)
treed4fa9915835dd2964127536bf4095a0dde0e9073
parentde4585527c085ef0018b4f1e1f900e3289921506 (diff)
Fix character animation stand
-rw-r--r--mapnav.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mapnav.py b/mapnav.py
index 473787d..f8a60e1 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -79,7 +79,6 @@ class MapNavView(Gtk.DrawingArea):
character_y = allocation.height - self._grid_size
self._character.pos = [style.GRID_CELL_SIZE, character_y]
self._character.direction = 1
- self._character.change_animation('stand', flip_x=1)
self.disconnect(self._setup_handle)
self._setup_handle = self.connect('size_allocate',