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

Method drawSpecialInstruction

code/main/Quest.ts:911–916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

909 }
910
911 private drawSpecialInstruction(): void{
912 if(this.specialInstruction != null){
913 this.renderArea.drawString(this.specialInstruction, this.realQuestPosition.x, this.realQuestPosition.y-1);
914 this.renderArea.addBold(this.realQuestPosition.x, this.realQuestPosition.x + this.specialInstruction.length, this.realQuestPosition.y-1);
915 }
916 }
917
918 private getMagicCountdownTime(): number{
919 var time: number = 0;

Callers 1

drawAroundQuestMethod · 0.95

Calls 2

drawStringMethod · 0.80
addBoldMethod · 0.80

Tested by

no test coverage detected