We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaefec8 commit 6c96510Copy full SHA for 6c96510
addon_base/drawing-plugin/plugin.js
@@ -22,7 +22,7 @@ const PLUGIN_CLASS = SDK.Plugins[ADDON_ID] = class LostDrawingPlugin extends SDK
22
this._info.SetIsRotatable(CONFIG.IsRotatable);
23
this._info.SetIs3D(CONFIG.Is3D || false);
24
this._info.SetHasImage(true);
25
- this._info.SetDefaultImageURL('default.png');
+ this._info.SetDefaultImageURL('assets/default.png');
26
this._info.SetIsTiled(CONFIG.IsTiled || false);
27
this._info.SetSupportsZElevation(CONFIG.SupportsZElevation);
28
this._info.SetSupportsColor(CONFIG.SupportsColor);
0 commit comments