improve ui
This commit is contained in:
@@ -3,7 +3,7 @@ import "./build/veryRawRenderCart.js";
|
||||
|
||||
export type PicoBool = 0 | 1;
|
||||
|
||||
export type RenderCart = (Module: {canvas: HTMLCanvasElement, codo_textarea: HTMLTextAreaElement}, cartNames: string[], cartDatas: number[][], audioContext: AudioContext) => {
|
||||
export type RenderCart = (Module: {canvas: HTMLCanvasElement, codo_textarea?: HTMLTextAreaElement}, cartNames: string[], cartDatas: number[][], audioContext: AudioContext) => {
|
||||
p8_touch_detected?: PicoBool;
|
||||
p8_dropped_cart?: string;
|
||||
p8_dropped_cart_name?: string;
|
||||
|
||||
Reference in New Issue
Block a user