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
1005d7d6b5
commit
5acd94293c
@ -929,6 +929,7 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.",
|
"description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
|
"default": 1.0,
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
"textureTile": {
|
"textureTile": {
|
||||||
@ -946,7 +947,8 @@
|
|||||||
"normalStrength": {
|
"normalStrength": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Strength of the tile normal. Usually 0-1, but can go above, or negative to invert the map.",
|
"description": "Strength of the tile normal. Usually 0-1, but can go above, or negative to invert the map.",
|
||||||
"format": "float"
|
"format": "float",
|
||||||
|
"default": 1.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user