Parcourir la source

No message

master
Pete Shadbolt il y a 6 ans
Parent
révision
bab86b5df5
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      static/scripts/editor.js

+ 1
- 2
static/scripts/editor.js Voir le fichier

@@ -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() {


Chargement…
Annuler
Enregistrer