Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ObsidianBlk
/
nespaint
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
NESTile now has width and height as parameters.
dev-tmpl
Bryan Miller
hace 5 años
padre
9513a05ada
commit
b6a3f83b50
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+3
-0
app/js/models/NESTile.js
+ 3
- 0
app/js/models/NESTile.js
Ver fichero
@@ -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){
Escribir
Vista previa
Cargando…
Cancelar
Guardar