Skip to content

Commit

Permalink
tr2/text: fix missing secret sprites
Browse files Browse the repository at this point in the history
Resolves #1950.
  • Loading branch information
rr- committed Nov 25, 2024
1 parent 90a7dbe commit c9a89df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libtrx/game/text_tr2.def
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ GLYPH_DEFINE("\\{button up}", GLYPH_NORMAL, 8, 107)
GLYPH_DEFINE("\\{button left}", GLYPH_NORMAL, 8, 108)
GLYPH_DEFINE("\\{button right}", GLYPH_NORMAL, 8, 109)

GLYPH_DEFINE("\\{secret 1}", GLYPH_SECRET, 16, -1)
GLYPH_DEFINE("\\{secret 2}", GLYPH_SECRET, 16, -1)
GLYPH_DEFINE("\\{secret 3}", GLYPH_SECRET, 16, -1)
GLYPH_DEFINE("\\{secret 1}", GLYPH_SECRET, 16, 0)
GLYPH_DEFINE("\\{secret 2}", GLYPH_SECRET, 16, 1)
GLYPH_DEFINE("\\{secret 3}", GLYPH_SECRET, 16, 2)

0 comments on commit c9a89df

Please sign in to comment.