Skip to content

Commit

Permalink
addresses issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Sep 26, 2019
1 parent fc5ede8 commit b32e410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"right": (3 * 16, 18 * 16),
}
ENEMIES = {"Balloom": BALLOOM, "Oneal": ONEAL, "Doll": DOLL, "Minvo": MINVO}
POWERUPS = {"Bombs": (0, 14 * 16), "Flames": (1 * 16, 14 * 16)}
POWERUPS = {"Bombs": (0, 14 * 16), "Flames": (1 * 16, 14 * 16), "Detonator": (4 * 16, 14 * 16)}
STONE = (48, 48)
WALL = (64, 48)
PASSAGE = (0, 64)
Expand Down

0 comments on commit b32e410

Please sign in to comment.