Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » a failed project...
- MagicCrayon9342
-
1000+ posts
a failed project...
x
Last edited by MagicCrayon9342 (April 25, 2022 21:42:26)
- MagicCrayon9342
-
1000+ posts
a failed project...
So I've got scratch-vm compiled and have started the server. Nothing @ localhost:8083 where it'd b supposedly hosting locally.
- MagicCrayon9342
-
1000+ posts
a failed project...
57% of the issues were from corrupted shared PNPM modules!
If you ever make a scratch mod, don't use PNPM!!
If you ever make a scratch mod, don't use PNPM!!
- MagicCrayon9342
-
1000+ posts
a failed project...
Now building the GUI! only change made was the custom logo.
- MagicCrayon9342
-
1000+ posts
a failed project...
Mocha Blocks is open source! Although only the GUI is in GitHub since the other components are installed through NPM and unmodified.
- MagicCrayon9342
-
1000+ posts
a failed project...
You can contribute! Anything really, I'll accept PRs no matter how stupid they sound. Features over practicality!
- MagicCrayon9342
-
1000+ posts
a failed project...
MochaBlocks is based off the LATEST scratch source, you may even find something not in the traditional Scratch editor.
- MagicCrayon9342
-
1000+ posts
a failed project...
Rocking the new color scheme






Last edited by MagicCrayon9342 (April 24, 2022 18:07:52)
- MagicCrayon9342
-
1000+ posts
a failed project...
just gotta figure out how to add blocks and extensionsNice! Rocking the new color scheme
- MagicCrayon9342
-
1000+ posts
a failed project...
deleted
Last edited by MagicCrayon9342 (April 24, 2022 18:11:31)
- MagicCrayon9342
-
1000+ posts
a failed project...
All features that don't function within Mocha-Blocks because of being detached from a server will be removed.
- yes-i-am-lanky
-
100+ posts
a failed project...
let me get this straightjust gotta figure out how to add blocks and extensionsNice! Rocking the new color scheme
you make a mod not knowing how to make a mod?
- MagicCrayon9342
-
1000+ posts
a failed project...
yes! I'm more of a hands on learner and the documentation is easy to understand. I'm working on the GUI right now, dark mode. A core and important function of every single application.let me get this straightjust gotta figure out how to add blocks and extensionsNice! Rocking the new color scheme
you make a mod not knowing how to make a mod?
From further inspection of the source it appears to be a react project. And for modifying the GUI its just a case of modifying colors.css and the css files corresponding to the components. colors.css has all the color definitions.
Last edited by MagicCrayon9342 (April 24, 2022 19:05:58)
- MagicCrayon9342
-
1000+ posts
a failed project...
Where is scratch-gui loading the blocks from, and where can I modify that module.
- MagicCrayon9342
-
1000+ posts
a failed project...
The Scratch source has a bug where if you scroll down while its loading there is a little gap that shows the content beneath. MochaBlocks has the same issue. Hope it gets fixed.
- Discussion Forums
- » Advanced Topics
-
» a failed project...