Skip to content

Commit

Permalink
feat: better pyrolizard gfx
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Nov 18, 2023
1 parent 004a381 commit 375ec4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions python/gfx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3171,10 +3171,10 @@ def init_tiles_16x16_main():
"pyrolizard.sleeping.1",
"pyrolizard.sleeping.2",
"pyrolizard.dead.1",
"pyrolizard.dead.2",
"pyrolizard.dead.3",
"pyrolizard.dead.4",
"pyrolizard.dead.5",
"",
"",
"",
"",
"",
"",
"",
Expand Down
6 changes: 0 additions & 6 deletions python/things/monsters/pyrolizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ def tp_init(name, text_long_name):
my.tile(self,
ascii_fg_char="l", ascii_bg_col_name="", ascii_fg_col_name="gray30",
tile="pyrolizard.dead.1", is_dead=True, delay_ms=delay)
my.tile(self,
ascii_fg_char="l", ascii_bg_col_name="", ascii_fg_col_name="gray30",
tile="pyrolizard.dead.2", is_dead=True, delay_ms=delay)
my.tile(self,
ascii_fg_char="l", ascii_bg_col_name="", ascii_fg_col_name="gray30",
tile="pyrolizard.dead.3", is_dead=True, delay_ms=delay, is_end_of_anim=True)

my.tp_update(self)

Expand Down

0 comments on commit 375ec4c

Please sign in to comment.