feat(climate-sim): ✨ Add biome reference system to enable dynamic biome simulation properties
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ff842fde2d
commit
b059f94a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import styled from 'styled-components'
|
|||
import { MapOverlayPanel, PanelSectionLabel } from './MapOverlayPanel'
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Biome classification tree — mirrors EcologyPhysics.generated.ts classifyBiome
|
||||
// Biome classification tree — mirrors biomeClassifier.ts classifyBiome
|
||||
// Each node shows the decision path that produces a biome.
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue