Version 0.1.2
This commit is contained in:
parent
293853de3d
commit
d93d015206
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mapgen"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Krzysztof Langner <klangner@gmail.com>"]
|
||||
description = "Map generator for games (dungeons, worlds etc.)"
|
||||
keywords = ["game", "map", "map-generator"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//! Remove unreachable areas from the map.
|
||||
//!
|
||||
//! This modifier reuires starting position on the map.
|
||||
//! This modifier reiquires starting position on the map.
|
||||
//! It will add wall on every tile which is not accessible from the starting point.
|
||||
//!
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user