Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var Phaser = {};
- /**
- * @constructor
- */
- Phaser.Sprite = function(g, w, h, d){};
- Phaser.Sprite.prototype.destroy = function(){};
- /**
- * @constructor
- */
- Phaser.Game = function(w, h, t, s, o);
Advertisement
Add Comment
Please, Sign In to add comment