MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / addColorsFirstLayer

Method addColorsFirstLayer

code/main/Blackhole.ts:72–74  ·  view source on GitHub ↗
(colorType: ColorType)

Source from the content-addressed store, hash-verified

70
71 // Private methods
72 private addColorsFirstLayer(colorType: ColorType): void{
73 this.addColor(new QuestEntitySpellColor(this.getQuest(), new Pos(-1, 0), new Pos(2, 1), new Color(colorType, true)));
74 }
75
76 private addColorsSecondLayer(colorType: ColorType): void{
77 this.addColor(new QuestEntitySpellColor(this.getQuest(), new Pos(-2, -1), new Pos(4, 1), new Color(colorType, true)));

Callers 1

reAddColorsMethod · 0.95

Calls 2

getQuestMethod · 0.80
addColorMethod · 0.45

Tested by

no test coverage detected