This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Default to showing solid ground
master
Fen Dweller
5 years ago
parent
ccecc48950
commit
f7ffc0cefc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.js
+ 1
- 1
macrovision.js
View File
@@ -1962,7 +1962,7 @@ const settingsData = {
name: "Solid Ground",
desc: "Draw solid ground at the y=0 line",
type: "toggle",
default:
fals
e,
default:
tru
e,
get value() {
return checkBodyClass("toggle-bottom-cover");
},
Write
Preview
Loading…
Cancel
Save