1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 18:21:51 +00:00

Fix sprites not getting replaced, update demo mod

This commit is contained in:
tobspr 2022-01-14 10:39:26 +01:00
parent 0e2113a9da
commit 38b4e93180
2 changed files with 33 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -63,6 +63,7 @@ export class ModInterface {
sprite.linksByResolution["0.75"] = link;
this.lazySprites.set(spriteId, sprite);
Loader.sprites.set(spriteId, sprite);
}
injectSprites() {