* show the debug panel
()
| 327 | * show the debug panel |
| 328 | */ |
| 329 | show() { |
| 330 | if (!this.visible) { |
| 331 | this.panelWrap.style.display = ""; |
| 332 | this.visible = true; |
| 333 | this._syncPosition(); |
| 334 | game.repaint(); |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * hide the debug panel |
no test coverage detected