Spaces:
Runtime error
Runtime error
/* generated by pull.js */ | |
const manifest = { | |
"editorOnly": true, | |
"name": "Sprite folders", | |
"description": "Adds folders to the sprite pane, as well as costume and sound lists. To create a folder, right click any sprite and click \"create folder\". Click a folder to open or close it. Right click a sprite to see what folders you can move it to, or alternatively drag and drop it into an open folder. This feature works by adding \"[folderName]//\" at the beginning of the names for your sprites.", | |
"info": [ | |
{ | |
"type": "notice", | |
"text": "Users with this feature enabled will be able to see the folders in your project. Anyone else will see sprite lists normally (no folders).", | |
"id": "notice-folders-are-public" | |
} | |
], | |
"credits": [ | |
{ | |
"name": "GarboMuffin" | |
} | |
], | |
"userscripts": [ | |
{ | |
"url": "userscript.js" | |
} | |
], | |
"userstyles": [ | |
{ | |
"url": "style.css" | |
} | |
], | |
"tags": [ | |
"recommended" | |
], | |
"enabledByDefault": true | |
}; | |
export default manifest; | |