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
+8 -2
View File
@@ -12,8 +12,6 @@ window.P8 = function (Module, cartNames, cartDatas) {
var _cartname=cartNames;
var _cartdat=cartDatas.flat();
console.log(_cartdat);
let codo_key_buffer;
let tempDouble;
let tempI64;
@@ -24,6 +22,8 @@ window.P8 = function (Module, cartNames, cartDatas) {
let el;
let button_i;
let codo_mounted_filesystem;
let codo_command;
let jsString;
let dx;
let dy;
@@ -116,5 +116,11 @@ window.P8 = function (Module, cartNames, cartDatas) {
set pico8_mouse(val) {
pico8_mouse = val;
},
get codo_command() {
return codo_command;
},
set codo_command(val) {
codo_command = val;
},
}
};