This commit is contained in:
John Alanbrook 2023-05-31 15:40:43 +00:00
parent ba7fd6560e
commit f5899b4e60

View file

@ -153,6 +153,7 @@ var GUI = {
}, },
image(path,pos) { image(path,pos) {
let wh = cmd(64,path);
gui_img(path,screen2world(pos)); gui_img(path,screen2world(pos));
return cwh2bb([0,0], cmd(64,path)); return cwh2bb([0,0], cmd(64,path));
}, },