diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-18 09:08:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 09:08:10 +0100 |
commit | 1621270f26a8f38ccfe76b86fa10c544f8088df0 (patch) | |
tree | bb3e7e21a676ce2a020e5928e8ab0d25ca0f10fb /doc/classes | |
parent | 75c6ad97561636767aba306f977bee590c3e7620 (diff) | |
parent | b86b497cec8f0b3fa348f8c9b7bcce7d20232292 (diff) |
Merge pull request #24432 from YeldhamDev/animationtree_editor_fixes
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"> |