some tweaks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user