scratchfoundation / scratch-flash

Open source version of the Scratch 2.0 project editor. This is the basis for the online and offline versions of Scratch found on the website.
https://scratch.mit.edu
GNU General Public License v2.0
1.33k stars 513 forks source link

Sprite Library is Empty #1395

Closed emorenis closed 6 years ago

emorenis commented 6 years ago

Hi,

I realized from other posts that Sprite Library is empty by design to not violate copyright.

Can you please advise what is the structure for Sprite Library folder (folder name, subfolders, sprite file format) and if it is needs to be compiled into flash file or it can sit side by side with it.

Greatly appreciate your response.

Thank you, Egor

thisandagain commented 6 years ago

Hi @emorenis. The assets are in a flat directory of MD5 hashes plus a file extension (e.g. "005f2dd99f1f3e22a377296b7ba2445a.json").

emorenis commented 6 years ago

Thank you. What is the name of default directory?

Egor

thisandagain commented 6 years ago

It is in the src/media directory.

emorenis commented 6 years ago

Thank you