mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Add Red Dress demo artwork
This commit is contained in:
1
demo-artwork/red-dress.graphite
Normal file
1
demo-artwork/red-dress.graphite
Normal file
File diff suppressed because one or more lines are too long
@@ -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"),
|
||||
];
|
||||
|
||||
BIN
frontend/assets/images/demo-artwork/thumbnail-red-dress.png
Normal file
BIN
frontend/assets/images/demo-artwork/thumbnail-red-dress.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -3,12 +3,14 @@
|
||||
// Demo artwork
|
||||
import ThumbnailJustAPottedCactus from "@graphite-frontend/assets/images/demo-artwork/thumbnail-just-a-potted-cactus.png";
|
||||
import ThumbnailProceduralStringLights from "@graphite-frontend/assets/images/demo-artwork/thumbnail-procedural-string-lights.png";
|
||||
import ThumbnailRedDress from "@graphite-frontend/assets/images/demo-artwork/thumbnail-red-dress.png";
|
||||
import ThumbnailValleyOfSpires from "@graphite-frontend/assets/images/demo-artwork/thumbnail-valley-of-spires.png";
|
||||
|
||||
const DEMO_ARTWORK = {
|
||||
ThumbnailJustAPottedCactus,
|
||||
ThumbnailProceduralStringLights,
|
||||
ThumbnailValleyOfSpires,
|
||||
ThumbnailRedDress,
|
||||
} as const;
|
||||
|
||||
// All images
|
||||
|
||||
Reference in New Issue
Block a user