overmap travel - needs refactoring urgently, but it works for now
This commit is contained in:
parent
00dea1a55e
commit
e1eae7efaf
15 changed files with 150 additions and 110 deletions
|
|
@ -76,3 +76,9 @@ pub const IMPASSABLE_MOUNTAIN_GLYPH: char = '▲';
|
|||
|
||||
// FOREST THEME
|
||||
pub const FOREST_WALL_GLYPH: char = '♣';
|
||||
|
||||
// Overmap/transition stuff
|
||||
pub const TO_OVERMAP_GLYPH: char = '<';
|
||||
pub const TO_OVERMAP_COLOUR: (u8, u8, u8) = (205, 127, 50);
|
||||
pub const TO_TOWN_GLYPH: char = 'o';
|
||||
pub const TO_TOWN_COLOUR: (u8, u8, u8) = (205, 127, 50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue