Don't Starve Revision History Viewer

Comparing Six Feet Under (Rev 86935) to All's Well That Maxwell (Rev 88237)

prefabs/frostbreath.lua

161718192021222324
return { r / 255.0, g / 255.0, b / 255.0, a / 255.0 } end local function InitEnvelopes() if EnvelopeManager then EnvelopeManager:AddColourEnvelope( colour_envelope_name, { { 0, IntColour( 255, 255, 255, 0 ) },
1617181920212223242526
return { r / 255.0, g / 255.0, b / 255.0, a / 255.0 } end local init = false local function InitEnvelopes() if EnvelopeManager and not init then init = true EnvelopeManager:AddColourEnvelope( colour_envelope_name, { { 0, IntColour( 255, 255, 255, 0 ) },