diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2020-10-22 23:12:00 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2020-10-23 19:03:50 +0300 |
commit | 4c65dc975c5735d6fe312e9d630da32543750b44 (patch) | |
tree | e54841e5cf2238e2318ceb024dcbbce94bbb3c6d /core | |
parent | 32be9299ba177781d22bffa8e7e848fcca33b860 (diff) |
Shows ColorRect in Color constants autocompletion
Diffstat (limited to 'core')
-rw-r--r-- | core/script_language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h index aa7014ed3e..a94c128932 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -255,6 +255,7 @@ struct ScriptCodeCompletionOption { String insert_text; Color font_color; RES icon; + Variant default_value; ScriptCodeCompletionOption() {} |