Add colored branch stairs
Different color for stairs that go to another dungeon branch.
Adds four new glyphs, S_br{up,dn}{stair,ladder}, which use the
same character as normal stairs/ladders, but yellow color.
In tiles, the up/down arrow is yellow-green instead of while-blue.
This feature has been around a lot and is in several different
variants, but this is implemented from scratch so tiles work too.
This commit is contained in:
@@ -383,6 +383,10 @@ const struct symparse loadsyms[] = {
|
||||
{ SYM_PCHAR, S_dnstair, "S_dnstair" },
|
||||
{ SYM_PCHAR, S_upladder, "S_upladder" },
|
||||
{ SYM_PCHAR, S_dnladder, "S_dnladder" },
|
||||
{ SYM_PCHAR, S_brupstair, "S_brupstair" },
|
||||
{ SYM_PCHAR, S_brdnstair, "S_brdnstair" },
|
||||
{ SYM_PCHAR, S_brupladder, "S_brupladder" },
|
||||
{ SYM_PCHAR, S_brdnladder, "S_brdnladder" },
|
||||
{ SYM_PCHAR, S_altar, "S_altar" },
|
||||
{ SYM_PCHAR, S_grave, "S_grave" },
|
||||
{ SYM_PCHAR, S_throne, "S_throne" },
|
||||
|
||||
Reference in New Issue
Block a user