SheepTester / scratch-gui

Graphical User Interface for creating and running Scratch 3.0 projects - modified by SheepTester to allow externally loaded extensions
https://sheeptester.github.io/scratch-gui/
BSD 3-Clause "New" or "Revised" License
44 stars 53 forks source link

How do you import extension from URL? #73

Closed CrossScarDev closed 1 year ago

CrossScarDev commented 1 year ago

Hi, I'm making my own scratch-gui and I was wondering how you added import extension by URL. Thank You.

SheepTester commented 1 year ago

Here were the changes I made to the scratch-gui and scratch-vm, respectively.

CrossScarDev commented 1 year ago

I was wondering how you did the plugins.

SheepTester commented 1 year ago

https://github.com/SheepTester/scratch-gui/commit/fbc9982c54fade3c3e08a3aa25591bf402e9a929#diff-a97e7eff42bf42b3d37d89dc4442547077f542752c92580821f5be85f6d0eeb5R76-R81

CrossScarDev commented 1 year ago

Thank You! I added both.