From f5899b4e60b7f05192748687fa92107123d89822 Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Wed, 31 May 2023 15:40:43 +0000 Subject: [PATCH] test --- source/scripts/engine.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/scripts/engine.js b/source/scripts/engine.js index 3a37e82..00b17ed 100644 --- a/source/scripts/engine.js +++ b/source/scripts/engine.js @@ -153,6 +153,7 @@ var GUI = { }, image(path,pos) { + let wh = cmd(64,path); gui_img(path,screen2world(pos)); return cwh2bb([0,0], cmd(64,path)); },