mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
util.color (0, 0, 0) -> util.color (rgb(0, 0, 0)
)
This commit is contained in:
parent
551f424c80
commit
8bef84c16b
@ -21,5 +21,5 @@ Properties
|
||||
- boolean (false)
|
||||
- Tile the texture vertically
|
||||
* - color
|
||||
- util.color (1, 1, 1)
|
||||
- util.color (``rgb(1, 1, 1)``)
|
||||
- Modulate constant color with the color of the image texture.
|
||||
|
@ -22,7 +22,7 @@ Properties
|
||||
- number (10)
|
||||
- The size of the text.
|
||||
* - textColor
|
||||
- util.color (0, 0, 0, 1)
|
||||
- util.color (``rgb(0, 0, 0)``)
|
||||
- The color of the text.
|
||||
* - multiline
|
||||
- boolean (false)
|
||||
@ -40,5 +40,5 @@ Properties
|
||||
- boolean (false)
|
||||
- Whether to render a shadow behind the text.
|
||||
* - textShadowColor
|
||||
- util.color (0, 0, 0, 1)
|
||||
- util.color (``rgb(0, 0, 0)``)
|
||||
- The color of the text shadow.
|
||||
|
@ -18,7 +18,7 @@ Properties
|
||||
- number (10)
|
||||
- The size of the text.
|
||||
* - textColor
|
||||
- util.color (0, 0, 0, 1)
|
||||
- util.color (``rgb(0, 0, 0)``)
|
||||
- The color of the text.
|
||||
* - multiline
|
||||
- boolean (false)
|
||||
|
Loading…
Reference in New Issue
Block a user