File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " Shadertoy unofficial plugin." ,
4
- "version" : " 0.13.237 " ,
4
+ "version" : " 0.13.239 " ,
5
5
"description" : " Shadertoy.com unofficial plugin." ,
6
6
"homepage_url" : " https://github.com/patuwwy/ShaderToy-Chrome-Plugin" ,
7
7
"background" : {
Original file line number Diff line number Diff line change 529
529
530
530
window . ToyPlug . common . downloadJson (
531
531
name + '.json' ,
532
- JSON . stringify ( gShaderToy . exportToJSON ( ) )
532
+ JSON . stringify ( gShaderToy . Save ( ) )
533
533
) ;
534
534
}
535
535
) ;
1135
1135
* Stores shader in localStorage and redirect to "new shader" page.
1136
1136
*/
1137
1137
onButtonClick ( ) {
1138
- var shaderData = gShaderToy . exportToJSON ( ) ,
1138
+ var shaderData = gShaderToy . Save ( ) ,
1139
1139
banner = this . createBanner ( shaderData . info ) ;
1140
1140
1141
1141
shaderData . renderpass . forEach ( function ( pass ) {
You can’t perform that action at this time.
0 commit comments