S_goodpos symbol and tile

Change the goodpos symbol, which is used to mark valid locations for
some operations when getpos() is having the player pick a spot, from
green question mark to blue dollar sign.  Dollar sign is the default
keystroke to toggle those markers off and on.
This commit is contained in:
PatR
2024-02-16 14:14:05 -08:00
parent b6ad791f5f
commit 2e64d35dd2
2 changed files with 17 additions and 14 deletions

View File

@@ -198,7 +198,9 @@
PCHAR2(84, '@', S_ss3, "shield3", "", HI_ZAP)
PCHAR2(85, '*', S_ss4, "shield4", "", HI_ZAP)
PCHAR( 86, '#', S_poisoncloud, "poison cloud", CLR_BRIGHT_GREEN)
PCHAR( 87, '?', S_goodpos, "valid position", CLR_BRIGHT_GREEN)
/* for a time S_goodpos was a question mark, but dollar sign is the
default keystroke for getpos() to toggle goodpos glyphs on or off */
PCHAR( 87, '$', S_goodpos, "valid position", HI_ZAP)
/* end cmap C */
/* */
/* The 8 swallow symbols. Do NOT separate. */

View File

@@ -2291,23 +2291,24 @@ Z = (195, 195, 195)
BBBBBBGGGGBBBBBB
BBBBBBBBBBBBBBBB
}
# S_goodpos (dollar sign from generic coin tile)
# tile 119 (valid position)
{
................
................
.....GGGG.......
....GGGGGG......
...GGFFFFGG.....
...GGF...GGF....
....FF...GGF....
........GGFF....
.......GGFF.....
......GGFF......
......GGF.......
.......FF.......
......GG........
......GGF.......
.......FF.......
................
........B.......
.......OOO......
......O.BSS.....
......OSB.......
.......OOO......
........BSO.....
........B.OS....
.......OOO.S....
........BSS.....
................
................
................
................
}
# tile 120 (swallow top left)