Crate wolfrpg_map_parser

Crate wolfrpg_map_parser 

Source
Expand description

§Wolf RPG Editor map (.mps) parser

Provides associated functions to parse an entire map file or only certain fragments and struct methods to access information regarding the map.

Re-exports§

pub use map::Map;
pub use db_parser::tileset_parser;
pub use db_parser::data_parser;
pub use db_parser::project_parser;
pub use db_parser::common_events_parser;

Modules§

command
common
db_parser
event
map
page