Selaa lähdekoodia

No message

master
Pete Shadbolt 6 vuotta sitten
vanhempi
commit
bab86b5df5
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. +1
    -2
      static/scripts/editor.js

+ 1
- 2
static/scripts/editor.js Näytä tiedosto

@@ -14,8 +14,7 @@ editor.orientations = [

editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
console.log(editor.gridTimeOut);
editor.grid.visible = editor.gridTimeOut < 10;
editor.grid.visible = editor.gridTimeOut < 20;
}

editor.onFreeMove = function() {


Loading…
Peruuta
Tallenna