draw backdrop
This commit is contained in:
parent
3a2bc5654e
commit
281514e7b7
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ export class Main extends LockstepClient<KeyName[], Data> {
|
|||
|
||||
subscribe((frame: Data) => {
|
||||
const drawSet = new DrawSet();
|
||||
cx.fillStyle = "#000";
|
||||
cx.fillRect(0, 0, canvas.width, canvas.height);
|
||||
|
||||
RunRenderBounds(frame, drawSet);
|
||||
|
||||
|
|
Loading…
Reference in a new issue