Make possible to edit the GraphEdit's selection rect colors

This commit is contained in:
Michael Alexsander
2020-01-07 23:09:40 -03:00
parent 83fe471c3b
commit 8b5992f665
4 changed files with 10 additions and 8 deletions

View File

@@ -316,6 +316,10 @@
</theme_item>
<theme_item name="reset" type="Texture">
</theme_item>
<theme_item name="selection_fill" type="Color" default="Color( 1, 1, 1, 0.3 )">
</theme_item>
<theme_item name="selection_stroke" type="Color" default="Color( 1, 1, 1, 0.8 )">
</theme_item>
<theme_item name="snap" type="Texture">
</theme_item>
</theme_items>