World · Published v2

Asset initial

Asset_initial from Ember Archipelago.

From Ember Archipelago · v1. Edit this definition in its source simulation.

Source

// Ember Archipelago: initial layout, before any simulation steps.
use models { Fire, Pine };

let layout = load "objects/layout.hyleobject";
let materials = legend {
	A = Fire;
	B = Pine;
};
place layout at [-14, -12, 0] with materials;

Building blocks

These exact versions are included when you reuse this artifact.

ModelPine@hyle · v1VisualChar@hyle · v1BehaviorBurnFuel@hyle · v1PropertyHeat@hyle · v1ModelFire@hyle · v1VisualFlame@hyle · v1VisualForest@hyle · v1ModelAsh@hyle · v1PropertyFuel@hyle · v1BehaviorCharcoal@hyle · v1BehaviorIgnite@hyle · v1