(x1: number, x2: number, y: number, otherClass: string = "")
| 20 | } |
| 21 | |
| 22 | public addAsciiNinjaButton(x1: number, x2: number, y: number, otherClass: string = ""): boolean{ |
| 23 | return this.addTwoTags(x1, x2, y, "<span class=\"asciiNinjaButton " + otherClass + "\">", "</span>"); |
| 24 | } |
| 25 | |
| 26 | public addAsciiRealButton(str: string, x: number, y: number, otherClass: string = "", comment: string = "", commentBelow: boolean = false, underlinedLetter: number = -1, color: Color = null, commentCentered: boolean = true, commentRightAligned: boolean = false): boolean{ |
| 27 | // Add the button |
no test coverage detected