mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed bg and font opacity to full color setting
This commit is contained in:
parent
39def19a10
commit
1b8806ce3f
2 changed files with 28 additions and 14 deletions
|
|
@ -73,8 +73,18 @@
|
|||
"enabled": true,
|
||||
"options": {
|
||||
"font_size": 42,
|
||||
"opacity": 1.0,
|
||||
"bg_opacity": 0.5,
|
||||
"font_color": [
|
||||
255,
|
||||
255,
|
||||
255,
|
||||
255
|
||||
],
|
||||
"bg_color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
127
|
||||
],
|
||||
"x_offset": 5,
|
||||
"y_offset": 5,
|
||||
"bg_padding": 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue