diff --git a/js/creator-23.js b/js/creator-23.js index d47d0ba9..7d4d9473 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -4053,6 +4053,9 @@ async function addTextbox(textboxType) { } //ART TAB function uploadArt(imageSource, otherParams) { + if (!imageSource.includes('http')) { + imageSource = '/local_art/' + imageSource; + } art.src = imageSource; if (otherParams && otherParams == 'autoFit') { art.onload = function() {