change the defualt sprite
This commit is contained in:
@@ -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