diff --git a/addon_base/drawing-plugin/plugin.js b/addon_base/drawing-plugin/plugin.js index f5b9258..5b3217c 100644 --- a/addon_base/drawing-plugin/plugin.js +++ b/addon_base/drawing-plugin/plugin.js @@ -22,7 +22,7 @@ const PLUGIN_CLASS = SDK.Plugins[ADDON_ID] = class LostDrawingPlugin extends SDK this._info.SetIsRotatable(CONFIG.IsRotatable); this._info.SetIs3D(CONFIG.Is3D || false); this._info.SetHasImage(true); - this._info.SetDefaultImageURL('default.png'); + this._info.SetDefaultImageURL('assets/default.png'); this._info.SetIsTiled(CONFIG.IsTiled || false); this._info.SetSupportsZElevation(CONFIG.SupportsZElevation); this._info.SetSupportsColor(CONFIG.SupportsColor);