(&mut self, index: usize, command: Command)
| 136 | |
| 137 | pub(crate) fn insert_background(&mut self, index: usize, command: Command) { |
| 138 | self.backgrounds.insert(index, command); |
| 139 | } |
| 140 | |
| 141 | pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) { |
| 142 | self.bgm.insert(index, bgm); |
| 143 | } |