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

Function whiteOrGold

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

Source from the content-addressed store, hash-verified

576}
577
578function whiteOrGold() {
579 return Math.random() < 0.5 ? COLOR.Gold : COLOR.White;
580}
581
582// Shell helpers
583function makePistilColor(shellColor) {

Callers 3

makePistilColorFunction · 0.85
crysanthemumShellFunction · 0.85
horsetailShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected