document intermediate

This commit is contained in:
Max Bradbury 2021-05-17 20:58:24 +01:00
parent dbf728bb32
commit 5bb6760568
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ impl Scene {
}
}
/// scene name is derived from the filename,
/// and None values are represented as "" in the toml
/// so it's Vec<String> instead of Vec<Option<String>>
#[derive(Serialize, Deserialize)]
struct IntermediateScene {
background: Vec<String>,