瀏覽代碼

NESTile now has width and height as parameters.

dev-tmpl
Bryan Miller 6 年之前
父節點
當前提交
b6a3f83b50
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      app/js/models/NESTile.js

+ 3
- 0
app/js/models/NESTile.js 查看文件

@@ -30,6 +30,9 @@ export default class NESTile{
this.__data = new Uint8Array(16);
}

get width(){return 8;}
get height(){return 8;}

get pixels(){
return new Proxy(this, {
get: function(obj, prop){

Loading…
取消
儲存