Skip to content

Commit

Permalink
improve debugging overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
oshibka404 committed Aug 28, 2024
1 parent 20ae715 commit 7b11d5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/screens/match/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ header {

#debug {
position: fixed;
bottom: 0;
right: 0;
top: 0;
left: 0;
color: rgba(255,255,255,0.5);
padding: 8px;
background-color: rgba(0,0,0,0.5);
}
2 changes: 2 additions & 0 deletions src/screens/match/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export class Match {

// this.debugEl = document.createElement('div')
// this.debugEl.id = 'debug'
// matchEl.appendChild(this.debugEl)

this.tick = this.tick.bind(this)
}

Expand Down

0 comments on commit 7b11d5f

Please sign in to comment.