Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
// this is just a sample to add colors 
(function(Scratch) {
   const blocks = [];
   const vars = {};
   const menus = {};
 class Extension {
     getInfo() {
       return {
         "id": "this_is_a_sample",
         "name": "Sample extension",
         "color1": "#insert hex color",
         "blocks": blocks,
         "menus": menus,
       }
     }
   }
The "insert hex color" is how you can make custom colors

yeah but its unsandboxed this maker only makes sandboxed. You know what im going to try to add it

Ok added it 👍