소스 검색

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…
취소
저장