add dialogue name for 7.0
This commit is contained in:
@@ -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![],
|
||||
|
||||
Reference in New Issue
Block a user