diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-12-17 21:03:25 -0200 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-12-17 21:03:58 -0200 |
commit | b86b497cec8f0b3fa348f8c9b7bcce7d20232292 (patch) | |
tree | 580fb7ff37423c103e8deffff6bd8cf9fcd6f1e9 /doc/classes | |
parent | 0cff752be1f6c6a61ad72bcdf340c06d08277081 (diff) |
General fixes for the AnimationTree editor
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/GraphNode.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml index 4c39720d69..6e09926c11 100644 --- a/doc/classes/GraphNode.xml +++ b/doc/classes/GraphNode.xml @@ -236,6 +236,8 @@ </theme_item> <theme_item name="close" type="Texture"> </theme_item> + <theme_item name="close_color" type="Color"> + </theme_item> <theme_item name="close_offset" type="int"> </theme_item> <theme_item name="comment" type="StyleBox"> |