Fix an invalid key.
Found by Sytyi's validation tool.
This commit is contained in:
parent
a9cca78aa1
commit
251ce7207d
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
[draw]
|
[draw]
|
||||||
|
|
||||||
[rectangle]
|
[rectangle]
|
||||||
x1 = 0
|
x = 0
|
||||||
y1 = 0
|
y = 0
|
||||||
w = "(width)"
|
w = "(width)"
|
||||||
h = "(height)"
|
h = "(height)"
|
||||||
fill_color = "0, 0, 0, 192"
|
fill_color = "0, 0, 0, 192"
|
||||||
|
|
Loading…
Add table
Reference in a new issue