mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
434cb6cbb5
commit
0fac02ad01
@ -231,7 +231,7 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The alpha (opacity) component of this colour",
|
"description": "The alpha (opacity) component of this colour",
|
||||||
"format": "int32",
|
"format": "int32",
|
||||||
"default": 255.0,
|
"default": 255,
|
||||||
"maximum": 255.0,
|
"maximum": 255.0,
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
}
|
}
|
||||||
@ -675,6 +675,14 @@
|
|||||||
"textureMap": {
|
"textureMap": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Relative filepath to the texture used for the terrain."
|
"description": "Relative filepath to the texture used for the terrain."
|
||||||
|
},
|
||||||
|
"resolution": {
|
||||||
|
"type": "integer",
|
||||||
|
"description": "Resolution of the heightmap.\nHigher values means more detail but also more memory/cpu/gpu usage.",
|
||||||
|
"format": "int32",
|
||||||
|
"default": 51,
|
||||||
|
"maximum": 2147483647.0,
|
||||||
|
"minimum": 0.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -234,7 +234,7 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The alpha (opacity) component of this colour",
|
"description": "The alpha (opacity) component of this colour",
|
||||||
"format": "int32",
|
"format": "int32",
|
||||||
"default": 255.0,
|
"default": 255,
|
||||||
"maximum": 255.0,
|
"maximum": 255.0,
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user