ソースを参照

Whoops

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

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

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

editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut < 500;
editor.grid.visible = editor.gridTimeOut < 50;
}

editor.onFreeMove = function() {


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