sprite vert

This commit is contained in:
2025-12-29 20:46:42 -06:00
parent 837659fcdc
commit 813d4e771c
8 changed files with 511 additions and 866 deletions

View File

@@ -158,7 +158,7 @@ function create_image(path){
def bytes = io.slurp(path);
var ext = path.split('.').pop()
let raw = decode_image(bytes, ext);
var raw = decode_image(bytes, ext);
/* ── Case A: single surface (from make_texture) ────────────── */
if(raw && raw.width && raw.pixels && !isa(raw, array)) {