Added some stuff to draw debug bounding boxes

This commit is contained in:
2022-11-14 23:32:05 -05:00
parent d9c9895e82
commit 79d8891c5b
3 changed files with 28 additions and 7 deletions

View File

@@ -21,6 +21,9 @@ type Backend struct {
canvas *xgraphics.Image
channel chan(stone.Event)
drawCellBounds bool
drawBufferBounds bool
drawLock sync.Mutex
font struct {