Yay a devtools!

This commit is contained in:
2025-02-15 12:46:42 -07:00
parent 9124abb749
commit 8d379461c3
8 changed files with 265 additions and 217 deletions

View File

@@ -42,12 +42,12 @@ export class LoadState extends State<States> {
});
const doodler = getContextItem<Doodler>("doodler");
this.layers.push(doodler.createLayer((_, __, dTime) => {
doodler.clearRect(new Vector(0, 0), doodler.width, doodler.height);
doodler.fillRect(new Vector(0, 0), doodler.width, doodler.height, {
color: "#302040",
});
}));
// this.layers.push(doodler.createLayer((_, __, dTime) => {
// doodler.clearRect(new Vector(0, 0), doodler.width, doodler.height);
// doodler.fillRect(new Vector(0, 0), doodler.width, doodler.height, {
// color: "#302040",
// });
// }));
}
override stop(): void {
// noop