Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var Mapp = class({
- constructor: function(hight, width, image_src){
- this.hight = hight;
- this.width = width;
- this.x = new Map(this.hight, this.width);
- this.x.image = game.assets[this.image_src];
- this.image_src = image_src;
- },
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement