Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
ObsidianBlk
/
nespaint
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
NESTile now has width and height as parameters.
dev-tmpl
Bryan Miller
6 anni fa
parent
9513a05ada
commit
b6a3f83b50
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+3
-0
app/js/models/NESTile.js
+ 3
- 0
app/js/models/NESTile.js
Vedi File
@@ -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){
Write
Preview
Loading…
Annulla
Salva