Zenith
Zenith
Oops, i don't know how i messed up the title. I am currently working on a 6502 emulator, and i wanted to make sure my disassembler was working properly.
> Why should this go in editor-theme3? It should stay in editor dark. definitely should go in editor color theme, not theme3
The scratchblocks.js file is the compiled version of all of the scratchblocks repository. Blocks.js, style.js, and the others are all packed into that.
Tjvr and I are on pretty good terms, and he definitely has the more feature-packed engine. If you just want to replace the one file, you can use s3blocks to...
[My build on the gh-pages site](https://s3blocks.github.io/js/s3blocks.min.js) is the fully compiled version of s3blocks, equivalent to the scratchblocks.js file, albeit a different file name
The only thing that is missing from the 3.0 version that is breaking a bunch of block representations is the lack of the ring block in the renderer. I personally...
In scratchblocks:  In s3blocks:  Rings like the one above cause the engine to break ATM in the 3.0 format ``` when gf clicked set [variable v] to ({...
@benjiwheeler My *properly* built build file is here: https://s3blocks.github.io/js/s3blocks.min.js
This still isn't functional (rings holding stacks of blocks) https://scratchblocks.github.io/#?style=scratch3&script=when%20gf%20clickedset%20[variable%20v]%20to%20({move%20(10)%20stepsturn%20ccw%20(15)%20degreesetc...%20%3A%3Agrey}%3A%3Aring) https://s3blocks.github.io/#when%20gf%20clickedset%20[variable%20v]%20to%20({move%20(10)%20stepsturn%20ccw%20(15)%20degreesetc...%20%3A%3Agrey}%3A%3Aring)
Any ETA on when it goes up?