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
Display mountain names properly
tags/v0.1.0
Fen Dweller
6 years ago
parent
5ec23524c2
commit
1af3d42431
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
presets/naturals.js
+ 2
- 1
presets/naturals.js
View File
@@ -69,7 +69,8 @@ function makeMountains() {
views[mountain[0]] = {
height: math.unit(mountain[1], "feet"),
image: { source: "./media/naturals/mountain.svg" },
name: mountain[0]
name: mountain[0],
rename: true
}
});
return {
Write
Preview
Loading…
Cancel
Save