add transition and dialogue for exits (7.0)

This commit is contained in:
2020-04-28 08:34:35 +01:00
parent 0133731e97
commit dd00686de0
4 changed files with 22 additions and 4 deletions

View File

@@ -396,6 +396,8 @@ pub fn room() -> Room {
position: Position { x: 10, y: 6 },
effect: Transition::None,
},
transition: None,
dialogue_id: None
}],
endings: vec![Instance {
position: Position { x: 8, y: 7 },