Advertisement
ahmad_zizo

test1

Jan 25th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var Mapp = class({
  2. constructor: function(hight, width, image_src){
  3. this.hight = hight;
  4. this.width = width;
  5. this.x = new Map(this.hight, this.width);
  6. this.x.image = game.assets[this.image_src];
  7. this.image_src = image_src;
  8. },
  9.  
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement