aboutsummaryrefslogtreecommitdiff
path: root/src/world.rs
diff options
context:
space:
mode:
authorLuis Ferro <luis.ferro@eggplant.io>2019-11-12 11:12:32 +0100
committerLuis Ferro <luis.ferro@eggplant.io>2019-11-12 11:12:32 +0100
commit5175eecf982b817191b32ef031269808ceb23710 (patch)
tree422f2e4e22d4092be0fbb2a1f3ed075108156b43 /src/world.rs
parent54b3362a04cbe607232c2a00edd61b5c948bb31e (diff)
Add main loop for input and placeholder locations for dungeon / game state changes.
Diffstat (limited to 'src/world.rs')
-rw-r--r--src/world.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.rs b/src/world.rs
index 23bed8a..24a4c31 100644
--- a/src/world.rs
+++ b/src/world.rs
@@ -8,7 +8,8 @@ pub enum TileType {
Wall,
Floor,
StairsUp,
- StairsDown
+ StairsDown,
+ Character,
}
enum CorridorType {