mirror of
https://github.com/wassname/phaser.git
synced 2026-07-07 00:06:37 +08:00
Fixed the Tunnel filter. Had to patch Pixi to do it :( But no other choice for now until they merge my pull request.
This commit is contained in:
@@ -35,6 +35,6 @@ function update() {
|
||||
filter.update();
|
||||
|
||||
// Uncomment for coolness :)
|
||||
filter.origin = filter.origin + 0.001;
|
||||
// filter.origin = filter.origin + 0.001;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user