ScratchJr-Desktop icon indicating copy to clipboard operation
ScratchJr-Desktop copied to clipboard

Sample projects not opening when Scratch Cat Sprite is in it

Open sdmeijer opened this issue 5 years ago • 3 comments

Sample projects won't open when the Scratch Cat Sprite is included in the project. This is probably because you had to remove the Cat from the Sprite Library,

sdmeijer avatar Feb 28 '19 12:02 sdmeijer

Ah yes cat removal can be tricky. :)

JFo

jfo8000 avatar Sep 02 '19 21:09 jfo8000

Actually there are 3 possible solutions:

  1. Add Cat to the distribution (but I think there was a reason not to do this)
  2. Replace Cat by Tic in all samples (4 samples effected)
  3. Add Cat.svg to the samples folder and replace all "md5": "Cat.svg" by "md5": "samples/Cat.svg", so application will use Cat.svg from the samples folder (4 samples effected)

For me solution 3 is the most logical.

vdurnev avatar Apr 27 '20 16:04 vdurnev

@jfo8000 I can make a pull request with fix. Just let me know how better to fix:

  1. Add Cat.svg to the samples folder (so it will be used only in samples)
  2. Replace Cat by Tic in the samples

vdurnev avatar Jul 07 '20 10:07 vdurnev