STForScratch / ScratchTools

The perfect extension for Scratch.
https://scratchtools.app
GNU General Public License v3.0
75 stars 63 forks source link

Dropdown setting option #850

Closed scratchtools-bot[bot] closed 3 months ago

scratchtools-bot[bot] commented 3 months ago

The creator of the feature should want the user to choose the option he or she created.

"options": [{
  "id": "option-id",
  "name": "My Dropdown",
  "type": ?
  "options": [
    {
      "id": "cat",
      "name": "cat"
      "default": true
    },
    {
      "id": "gobo",
      "name": "gobo"
    },
    {
      "id": "cat",
      "name": "nano"
    },
  ],
  multiple: false
}]

Suggested by masaabu_ in the ScratchTools Discord server. https://discord.com/channels/945340853189247016/1222356947899252797