From Amber Cascade · v1. Edit this definition in its source simulation.
Source
// Amber Cascade: initial layout, before any simulation steps.
use models { Basin, GoldSand, RoseSand };
let layout = load "objects/layout.hyleobject";
let materials = legend {
A = Basin;
B = GoldSand;
C = RoseSand;
};
place layout at [-15, -9, 0] with materials;
Building blocks
These exact versions are included when you reuse this artifact.