* hide the debug panel
()
| 339 | * hide the debug panel |
| 340 | */ |
| 341 | hide() { |
| 342 | if (this.visible) { |
| 343 | this.panelWrap.style.display = "none"; |
| 344 | this.visible = false; |
| 345 | game.repaint(); |
| 346 | } |
| 347 | } |
| 348 | |
| 349 | /** |
| 350 | * toggle the debug panel visibility state |
no test coverage detected