Skip to content

Instantly share code, notes, and snippets.

@natemcmaster
Created May 31, 2014 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natemcmaster/3823f7d51f1bbd82cd0f to your computer and use it in GitHub Desktop.
Save natemcmaster/3823f7d51f1bbd82cd0f to your computer and use it in GitHub Desktop.
[
// Sidebar folder closed
{
"class": "icon_folder",
"layer0.texture": "User/Theme - Soda/icons/folder.png",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
},
// Sidebar folder open
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "User/Theme - Soda/icons/folder_open.png",
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment