Advertisement
outoftime

Stack trace

Mar 30th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. ruslan@TFTM-K53TA:~/Programming/python/pygame/pyscroll/tests$ python demo.py
  2. no TMX map specified, using default
  3. Traceback (most recent call last):
  4.   File "demo.py", line 130, in <module>
  5.     test.run()
  6.   File "demo.py", line 107, in run
  7.     self.update(dt)
  8.   File "demo.py", line 86, in update
  9.     self.map_layer.center(self.center)
  10.   File "build/bdist.linux-x86_64/egg/pyscroll/pyscroll.py", line 164, in center
  11.   File "build/bdist.linux-x86_64/egg/pyscroll/pyscroll.py", line 189, in queue_edge_tiles
  12.   File "build/bdist.linux-x86_64/egg/pyscroll/pyscroll.py", line 36, in visible_layers
  13. AttributeError: 'TiledMap' object has no attribute 'visible_layers'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement