소스 검색

Adjust default settings

The ground now defaults to very-low, not bottom.
Zoom-on-add defaults to off.
master
Fen Dweller 4 년 전
부모
커밋
a91be8eb9d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      macrovision.js

+ 2
- 2
macrovision.js 파일 보기

@@ -3114,7 +3114,7 @@ const settingsData = {
name: "Ground Position",
desc: "How high the ground is if the y-axis is locked",
type: "select",
default: "bottom",
default: "very-low",
options: groundPosChoices,
get value() {
return config.groundPos;
@@ -3168,7 +3168,7 @@ const settingsData = {
name: "Zoom On Add",
desc: "Zoom to fit when you add a new entity",
type: "toggle",
default: true,
default: false,
get value() {
return config.autoFitAdd;
},


불러오는 중...
취소
저장