sprite vert
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user