(&mut self)
| 210 | self.timeline.insert_background(index, command); |
| 211 | } |
| 212 | |
| 213 | pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) { |
| 214 | self.timeline.insert_bgm(index, bgm); |
| 215 | } |
| 216 | |
| 217 | pub(crate) fn insert_choice(&mut self, index: usize, choices: HashMap<String, Label>) { |