|
|
@ -1,9 +1,10 @@ |
|
|
|
extends Resource |
|
|
|
class_name ConfigResource |
|
|
|
|
|
|
|
|
|
|
|
export(Color) var background_color |
|
|
|
export(Dictionary) var background_color_metadata := { |
|
|
|
'name': "Background Color", |
|
|
|
'description': "", |
|
|
|
'description': "Transparency is not supported, but OBS can filter a color.", |
|
|
|
} |
|
|
|
|