mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-09-10 06:56:18 +00:00
New demo artwork: "Parametric Dunescape"
This commit is contained in:
parent
c4e16e1aac
commit
cdf896bf79
9 changed files with 22 additions and 11 deletions
|
@ -18,4 +18,12 @@ pub fn load_from_name(name: &str) -> NodeNetwork {
|
|||
load_network(content)
|
||||
}
|
||||
|
||||
pub static DEMO_ART: [&str; 6] = ["changing-seasons", "painted-dreams", "red-dress", "valley-of-spires", "isometric-fountain", "procedural-string-lights"];
|
||||
pub static DEMO_ART: [&str; 7] = [
|
||||
"changing-seasons",
|
||||
"painted-dreams",
|
||||
"red-dress",
|
||||
"valley-of-spires",
|
||||
"isometric-fountain",
|
||||
"procedural-string-lights",
|
||||
"parametric-dunescape",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue