some tweaks

This commit is contained in:
dylan
2024-03-30 15:07:49 -07:00
parent 2e02dbcc92
commit 55fca0a5c2
9 changed files with 213 additions and 142 deletions

View File

@@ -22,6 +22,7 @@ type RenderCart = (Module: {canvas: HTMLCanvasElement}, cartNames: string[], car
pico8_gpio?: number[]; // should be 128 length
pico8_audio_context?: AudioContext;
pico8_mouse?: [number, number, number];
codo_command?: number;
}
const typedRenderCart = (window as any).P8 as RenderCart;