Skip to content

Commit

Permalink
new kombi image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Aug 26, 2010
1 parent 34ab8f9 commit f62c3a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jailbreakerz/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def load_sprites(self):
self.add(self.prison)

self.kombi = Sprite('media/imgs/kombi.png')
self.kombi.position = 750,120
self.kombi.position = 700,90
self.add(self.kombi)

class FallingThief(Layer):
Expand Down
Binary file modified jailbreakerz/media/imgs/kombi.png
Loading
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 f62c3a6

Please sign in to comment.