Browse Source

Display mountain names properly

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
1af3d42431
1 changed files with 2 additions and 1 deletions
  1. +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 {


Loading…
Cancel
Save