names to file
This commit is contained in:
parent
e1eae7efaf
commit
486807fc84
6 changed files with 41 additions and 10 deletions
|
|
@ -4,3 +4,4 @@ pub mod messages;
|
|||
pub mod char_create;
|
||||
pub mod events;
|
||||
pub mod ids;
|
||||
pub mod names;
|
||||
|
|
|
|||
4
src/data/names.rs
Normal file
4
src/data/names.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub const NAME_OVERMAP: &str = "WORLD MAP";
|
||||
pub const NAME_DUNGEON_RANDOM: &str = "the dungeon";
|
||||
pub const NAME_STARTER_TOWN: &str = "TOWN NAME";
|
||||
pub const NAME_FOREST_BUILDER: &str = "the woods outside of town";
|
||||
Loading…
Add table
Add a link
Reference in a new issue