fix items map
This commit is contained in:
parent
b0defa6f73
commit
8b383bc982
@ -89,7 +89,7 @@ struct Room {
|
||||
palette: String, /// id
|
||||
name: Option<String>,
|
||||
tiles: Vec<String>, /// tile ids
|
||||
items: HashMap<Position, Item>,
|
||||
items: HashMap<Position, String>, /// item id
|
||||
exits: HashMap<Position, Exit>,
|
||||
endings: HashMap<Position, Ending>,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user