Fixed filters for new shader code.

This commit is contained in:
photonstorm
2013-11-28 21:29:16 +00:00
parent f22159e257
commit b2fc6c422a
50 changed files with 863 additions and 408 deletions
+8
View File
@@ -178,10 +178,18 @@
}
],
"filters": [
{
"file": "checker+wave.js",
"title": "checker wave"
},
{
"file": "fire.js",
"title": "fire"
},
{
"file": "hue+rotate.js",
"title": "hue rotate"
},
{
"file": "lightbeams.js",
"title": "lightbeams"
-2
View File
@@ -95,8 +95,6 @@ $(document).ready(function(){
.done(function(data) {
console.log(data);
if (data.version !== '1.1.3')
{
$("#upgrade").append(data.version);
-2
View File
@@ -58,8 +58,6 @@ $(document).ready(function(){
.done(function(data) {
console.log(data);
if (data.version !== '1.1.3')
{
$("#upgrade").append(data.version);