Parcourir la source

NESTile now has width and height as parameters.

dev-tmpl
Bryan Miller il y a 5 ans
Parent
révision
b6a3f83b50
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      app/js/models/NESTile.js

+ 3
- 0
app/js/models/NESTile.js Voir le fichier

@@ -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){

Chargement…
Annuler
Enregistrer