MCPcopy Create free account
hub / github.com/NianBroken/Firework_Simulator / skyLightingSelector

Function skyLightingSelector

js/script.js:299–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297const shellSizeSelector = () => +store.state.config.size;
298const finaleSelector = () => store.state.config.finale;
299const skyLightingSelector = () => +store.state.config.skyLighting;
300const scaleFactorSelector = () => store.state.config.scaleFactor;
301
302// Help Content

Callers 3

configDidUpdateFunction · 0.85
renderFunction · 0.85
colorSkyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected