tiny visual tweaks - deepwater glyph and magic missile particle
This commit is contained in:
parent
b4c80b919e
commit
e937994439
2 changed files with 2 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ pub fn get_tile_glyph(idx: usize, map: &Map) -> (rltk::FontCharType, RGB, RGB) {
|
|||
bg = RGB::from_u8(24, 47, 99);
|
||||
}
|
||||
TileType::DeepWater => {
|
||||
glyph = rltk::to_cp437('~');
|
||||
glyph = rltk::to_cp437('≈');
|
||||
bg = RGB::from_u8(18, 33, 63);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue