|
|
@@ -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"); |
|
|
}, |
|
|
}, |
|
|
|