add dialogue name for 7.0

This commit is contained in:
2020-04-30 19:44:20 +01:00
parent ef80fc27db
commit ef310d6fb7
2 changed files with 36 additions and 9 deletions

View File

@@ -816,10 +816,12 @@ pub fn game_default() -> Game {
Dialogue {
id: "SPR_0".to_string(),
contents: "I'm a cat".to_string(),
name: None
},
Dialogue {
id: "ITM_0".to_string(),
contents: "You found a nice warm cup of tea".to_string(),
name: None
},
],
endings: vec![],