Skip to content

Commit

Permalink
add leprechaun and fix olmite
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjosack committed Jan 5, 2022
1 parent 623558f commit be79e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modlunky2/sprites/monsters/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class Basic2(BaseJsonSpriteLoader):
"caveman_asleep": (8, 6, 9, 7),
"bodyguard": (0, 8, 1, 9),
"oldhunter": (0, 11, 1, 12),
"leprechaun": (0, 13, 1, 14),
"tun": (0, 14, 1, 15),
"merchant": (0, 14, 1, 15),
**chunks_from_animation("caveman_additional_0", (0, 7, 1, 8), 8),
Expand Down Expand Up @@ -186,7 +187,7 @@ class Monsters3(BaseJsonSpriteLoader):
"jumpdog": (0, 6, 1, 7),
"grub": (10, 8, 11, 9),
"tadpole": (0, 13, 1, 14),
"olmite": (0, 7, 1, 8),
"olmite": (0, 8, 1, 9),
"olmite_naked": (0, 7, 1, 8),
"olmite_helmet": (0, 8, 1, 9),
"olmite_armored": (0, 9, 1, 10),
Expand Down

0 comments on commit be79e62

Please sign in to comment.