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

@@ -46,6 +46,8 @@ pub struct Instance {
pub struct ExitInstance {
position: Position,
exit: Exit,
transition: Option<Transition>,
dialogue_id: Option<String>,
}
pub trait AnimationFrames {