Skip to content

Commit

Permalink
Change building to a prison
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Aug 24, 2010
1 parent 3096545 commit 565d1cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.py
Expand Up @@ -8,9 +8,9 @@ def __init__(self):
self.load_sprites()

def load_sprites(self):
self.building = cocos.sprite.Sprite( 'imgs/predio.png' )
self.building.position = 120,200
self.add( self.building )
self.prison = cocos.sprite.Sprite( 'imgs/prison.png' )
self.prison.position = 200,160
self.add( self.prison )

self.fuu = cocos.sprite.Sprite( 'imgs/boneco.png' )
self.fuu.position = 200,240
Expand Down
Binary file added src/imgs/prison.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 565d1cb

Please sign in to comment.