mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 19:51:50 +00:00
Fixed replacing shapezio vanilla sprites
This commit is contained in:
parent
2e5c6eed36
commit
d8c1f01cda
@ -134,9 +134,7 @@ export class ModInterface {
|
|||||||
Loader.sprites.set(spriteName, sprite);
|
Loader.sprites.set(spriteName, sprite);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sprite.frozen) {
|
sprite.frozen = true;
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
const link = new SpriteAtlasLink({
|
const link = new SpriteAtlasLink({
|
||||||
packedX: frame.x,
|
packedX: frame.x,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user