Add Red Dress demo artwork

This commit is contained in:
Keavon Chambers
2024-02-05 14:31:25 -08:00
parent e1735ddf84
commit 12e16b9a4e
4 changed files with 5 additions and 1 deletions

View File

@@ -5,8 +5,9 @@ use crate::messages::prelude::*;
pub struct DemoArtworkDialog;
/// `(name, thumbnail, filename)`
const ARTWORK: [(&str, &str, &str); 3] = [
const ARTWORK: [(&str, &str, &str); 4] = [
("Valley of Spires", "ThumbnailValleyOfSpires", "valley-of-spires.graphite"),
("Red Dress", "ThumbnailRedDress", "red-dress.graphite"),
("Just a Potted Cactus", "ThumbnailJustAPottedCactus", "just-a-potted-cactus.graphite"),
("Procedural String Lights", "ThumbnailProceduralStringLights", "procedural-string-lights.graphite"),
];