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

@ -138,6 +138,7 @@ export const makePicoConsole = async (props: {
handle.p8_dropped_cart_name = cart.name;
// TODO: make sure this is a dataURL first, and if not, load it and then pass it in
// handle.p8_dropped_cart = cart.src;
// handle.codo_command = 9;
},
modDragOver: (Module as any).pico8DragOver,
modDragStop: (Module as any).pico8DragStop,