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
Add micro and macro sizes for Kyrehx
tags/v0.1.0
Fen Dweller
6 anni fa
parent
d9dae346a6
commit
fe66b93317
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
presets/characters.js
+ 8
- 0
presets/characters.js
Vedi File
@@ -17217,11 +17217,19 @@ characterMakers["Kyrehx"] = () => {
},
},
[
{
name: "Micro",
height: math.unit(2, "inches")
},
{
name: "Normal",
height: math.unit(8, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(255, "feet")
},
]
)
};
Write
Preview
Loading…
Annulla
Salva