Browse Source

Minor testing code added to main.js

dev-tmpl
Bryan Miller 5 years ago
parent
commit
0f4b20a3b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/js/main.js

+ 1
- 0
app/js/main.js View File

@@ -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);
}


Loading…
Cancel
Save