ソースを参照

No message

master
Pete Shadbolt 6年前
コミット
bab86b5df5
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      static/scripts/editor.js

+ 1
- 2
static/scripts/editor.js ファイルの表示

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


読み込み中…
キャンセル
保存