Skip to content

Instantly share code, notes, and snippets.

View Weedshaker's full-sized avatar
🙏
Namaste and thanks for sharing the current reality.

スィルヴァン Weedshaker

🙏
Namaste and thanks for sharing the current reality.
View GitHub Profile
@MatthewBarker
MatthewBarker / Glow.js
Created July 29, 2015 12:44
Phaser glow filter
/*jslint white: true*/
/*global Phaser*/
/**
* Defines a glow filter for Web GL.
* @module
*/
Phaser.Filter.Glow = function (game) {
'use strict';