Guest User

Untitled

a guest
Aug 13th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var Phaser = {};
  2.  
  3. /**
  4. * @constructor
  5. */
  6. Phaser.Sprite = function(g, w, h, d){};
  7.  
  8. Phaser.Sprite.prototype.destroy = function(){};
  9.  
  10. /**
  11. * @constructor
  12. */
  13. Phaser.Game = function(w, h, t, s, o);
Advertisement
Add Comment
Please, Sign In to add comment