Kaynağa Gözat

NESTile now has width and height as parameters.

dev-tmpl
Bryan Miller 7 yıl önce
ebeveyn
işleme
b6a3f83b50
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      app/js/models/NESTile.js

+ 3
- 0
app/js/models/NESTile.js Dosyayı Görüntüle

this.__data = new Uint8Array(16); this.__data = new Uint8Array(16);
} }


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

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

Yükleniyor…
İptal
Kaydet