mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: first build
This commit is contained in:
parent
3018d94618
commit
41180c57bf
26 changed files with 37 additions and 35 deletions
|
|
@ -84,7 +84,7 @@ export function getHeight(h: number, abs: boolean = false) {
|
|||
// Precipitation
|
||||
// ***
|
||||
|
||||
function getFriendlyPrecipitation(prec: number) {
|
||||
export function getFriendlyPrecipitation(prec: number) {
|
||||
return prec * 100 + " mm";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue