refactor(engine): ♻️ Implement cleaner module composition by restructuring the engine entry point in index.ts for improved initialization logic and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d12b909d12
commit
7df61421ae
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export type { ManaMajor, TerrainPower, WeatherEventSeverity, WeatherEvent, LeyCh
|
|||
export type { DerivedStats } from './utils/unit-stats'
|
||||
export { deriveUnitStats, formatAttackType, formatArmorType } from './utils/unit-stats'
|
||||
export { TerrainCard } from './components/cards/TerrainCard'
|
||||
export { TurnCycleDiagram, TemperatureGradient, WindBandDiagram, AccumulatorDiagram, RainShadowDiagram, CorruptionSpread, QualityLadder } from './components/climate/ClimateDiagrams'
|
||||
export { TurnCycleDiagram, TemperatureGradient, WindBandDiagram, AccumulatorDiagram, RainShadowDiagram, QualityLadder } from './components/climate/ClimateDiagrams'
|
||||
export { ClimateSimDisplay } from './components/climate-sim/ClimateSimDisplay'
|
||||
export { EventLog } from './components/climate-sim/EventLog'
|
||||
export { HexGLRenderer } from './components/climate-sim/HexGLRenderer'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue