feat(ecology-guide): Add ecology simulation guide page with component and test helpers

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-07 21:57:23 -07:00
parent d6d974371f
commit 0fba6e2a51
2 changed files with 2 additions and 3 deletions

View file

@ -9,8 +9,8 @@ import {
} from './ecology-web/styled'
import {
SVG_W, SVG_H, BAND_H, TOP_PAD, LABEL_W, NODE_AREA_X, NODE_AREA_W, FAUNA_X, FAUNA_W,
BANDS, DIET_COLORS, LAYER_BANDS,
bandY, bandCenterY, primaryLayer, faunaHabitatPercent,
BANDS, DIET_COLORS,
bandY, bandCenterY, primaryLayer,
SpeciesNode, FaunaHabitatBar, ConnectionArc, TooltipGroup,
type PlacedNode,
} from './ecology-web/components'

View file

@ -84,7 +84,6 @@ export function makeTile(col: number, row: number, seed: number): TileState {
river_flow: {},
river_source_type: '',
fish_stock: 0.0,
aerosol_mitigation: 0.0,
resource_id: '',
}