-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1- grunt/gulp should have all the features of the main syntax available
now (it follows whatever is default is “js or coffee” 2- small fix for the sidebar folder icons flicker, still need a fix for the animated open/close
- Loading branch information
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -984,7 +984,7 @@ | |
{ | ||
"class": "icon_folder", | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 1, | ||
"layer0.inner_margin": 0, | ||
"content_margin": [8,8] | ||
}, | ||
|
@@ -993,7 +993,7 @@ | |
"class": "icon_folder", | ||
"settings": ["Seti_ClosedFolder_same"], | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.opacity": { "target": 0.5, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 0.5, | ||
"layer0.inner_margin": -2 | ||
}, | ||
// Sidebar folder opened | ||
|
@@ -1002,7 +1002,7 @@ | |
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}], | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.inner_margin": -5, | ||
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 1, | ||
"content_margin": [8,0], | ||
}, | ||
// Options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -939,7 +939,7 @@ | |
{ | ||
"class": "icon_folder", | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 1, | ||
"layer0.inner_margin": 0, | ||
"content_margin": [8,8] | ||
}, | ||
|
@@ -948,7 +948,7 @@ | |
"class": "icon_folder", | ||
"settings": ["Seti_ClosedFolder_same"], | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.opacity": { "target": 0.5, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 0.5, | ||
"layer0.inner_margin": -2 | ||
}, | ||
|
||
|
@@ -958,7 +958,7 @@ | |
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}], | ||
"layer0.texture": "Seti_UI/Main/[email protected]", | ||
"layer0.inner_margin": -5, | ||
"layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, | ||
"layer0.opacity": 1, | ||
"content_margin": [8,0], | ||
}, | ||
// Options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters