change the defualt sprite
This commit is contained in:
BIN
public/icons/default.png
Normal file
BIN
public/icons/default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
@@ -275,7 +275,7 @@ workspace.registerToolboxCategoryCallback(
|
||||
);
|
||||
|
||||
function addSprite(id, emit = false) {
|
||||
const texture = PIXI.Texture.from("./icons/ddededodediamante.png", {
|
||||
const texture = PIXI.Texture.from("./icons/default.png", {
|
||||
crossorigin: true,
|
||||
});
|
||||
const sprite = new PIXI.Sprite(texture);
|
||||
|
||||
Reference in New Issue
Block a user