mirror of
https://github.com/wassname/phaser.git
synced 2026-09-09 11:28:47 +08:00
Fixed filters for new shader code.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -95,8 +95,6 @@ $(document).ready(function(){
|
||||
|
||||
.done(function(data) {
|
||||
|
||||
console.log(data);
|
||||
|
||||
if (data.version !== '1.1.3')
|
||||
{
|
||||
$("#upgrade").append(data.version);
|
||||
|
||||
@@ -58,8 +58,6 @@ $(document).ready(function(){
|
||||
|
||||
.done(function(data) {
|
||||
|
||||
console.log(data);
|
||||
|
||||
if (data.version !== '1.1.3')
|
||||
{
|
||||
$("#upgrade").append(data.version);
|
||||
|
||||
Reference in New Issue
Block a user