Explorar el Código

Minor testing code added to main.js

dev-tmpl
Bryan Miller hace 6 años
padre
commit
0f4b20a3b1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      app/js/main.js

+ 1
- 0
app/js/main.js Ver fichero

@@ -117,6 +117,7 @@ function initialize(DOC){
console.log("Bank color at coordinates (7,0): ", bnk.getColor(7,0));
console.log("Bank color at coordinates (135, 15): ", bnk.getColor(135,15));

bnk.access_mode = 0;
GlobalEvents.emit("change_surface", bnk);
}


Cargando…
Cancelar
Guardar