names to file

This commit is contained in:
Llywelwyn 2023-08-27 03:13:58 +01:00
parent e1eae7efaf
commit 486807fc84
6 changed files with 41 additions and 10 deletions

View file

@ -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
View 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";