add transition and dialogue for exits (7.0)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user