dalelane / scratch-extension-development

Development environment for creating your first Scratch extension
Apache License 2.0
17 stars 17 forks source link

how do i change these things? #4

Closed bubzilla closed 1 year ago

bubzilla commented 1 year ago

how do i change the extension folder name, how it appears in the library, and add more????

dalelane commented 1 year ago

The extension name (as presented in the Scratch UI) comes from

https://github.com/dalelane/scratch-extension-development/blob/master/your-scratch-extension/index.js#L19-L20

dalelane commented 1 year ago

The extension name (as presented in the extensions library) comes from

https://github.com/dalelane/scratch-extension-development/blob/master/patches/scratch-gui.patch#L20 https://github.com/dalelane/scratch-extension-development/blob/master/patches/scratch-gui.patch#L24

bubzilla commented 1 year ago

how could i rename the folder?

dalelane commented 1 year ago

if you search for all references of your-scratch-extension in the repo, you would need to update all of them