Skip to content

Commit

Permalink
I believe this fixes the falling through floor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Mathews committed Aug 22, 2011
1 parent a8e4f1e commit 89c27f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ def __init__(self):
TileSheet.add("particle.png")

if DEBUG:
self.char = Character(120, 40)
self.char = Character(120, 38)
else:
self.char = Character(40, 40)

Expand Down

0 comments on commit 89c27f3

Please sign in to comment.