Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Display mountain names properly
tags/v0.1.0
Fen Dweller
6 anni fa
parent
5ec23524c2
commit
1af3d42431
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
presets/naturals.js
+ 2
- 1
presets/naturals.js
Vedi 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…
Annulla
Salva