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