This commit is contained in:
2026-01-06 20:25:55 -06:00
parent 50bee7a5c0
commit 0522b967ca
21 changed files with 724 additions and 1244 deletions

View File

@@ -1027,7 +1027,7 @@ function _preload_textures(commands) {
for (var cmd of commands) {
if (cmd.cmd == 'draw_batch' && cmd.texture) {
if (typeof cmd.texture == 'string') {
if (is_text(cmd.texture)) {
paths[cmd.texture] = true
}
}