1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-15 03:01:52 +00:00

Fixed replacing shapezio vanilla sprites

This commit is contained in:
DJ1TJOO 2022-02-01 17:27:44 +01:00
parent 2e5c6eed36
commit d8c1f01cda

View File

@ -134,9 +134,7 @@ export class ModInterface {
Loader.sprites.set(spriteName, sprite);
}
if (sprite.frozen) {
continue;
}
sprite.frozen = true;
const link = new SpriteAtlasLink({
packedX: frame.x,