浏览代码

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


正在加载...
取消
保存