mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
Fix property names used for text overlay colors
This commit is contained in:
parent
e867b49701
commit
08147380c7
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ var text = Overlays.addOverlay("text", {
|
|||
y: 100,
|
||||
width: 150,
|
||||
height: 50,
|
||||
color: { red: 0, green: 0, blue: 0},
|
||||
textColor: { red: 255, green: 0, blue: 0},
|
||||
backgroundColor: { red: 255, green: 255, blue: 255},
|
||||
color: { red: 255, green: 0, blue: 0},
|
||||
topMargin: 4,
|
||||
leftMargin: 4,
|
||||
text: "Here is some text.\nAnd a second line."
|
||||
|
|
Loading…
Reference in a new issue