소스 검색

Default to showing solid ground

master
Fen Dweller 5 년 전
부모
커밋
f7ffc0cefc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 파일 보기

@@ -1962,7 +1962,7 @@ const settingsData = {
name: "Solid Ground", name: "Solid Ground",
desc: "Draw solid ground at the y=0 line", desc: "Draw solid ground at the y=0 line",
type: "toggle", type: "toggle",
default: false,
default: true,
get value() { get value() {
return checkBodyClass("toggle-bottom-cover"); return checkBodyClass("toggle-bottom-cover");
}, },


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