change the defualt sprite

This commit is contained in:
2026-01-20 00:04:09 -06:00
parent 74da863872
commit d0f23cc2b6
2 changed files with 1 additions and 1 deletions

View File

@@ -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);