diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 13:29:53 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 13:29:53 +0200 |
| commit | 645d1083fecf707a56b07c1fd52df4015885d9ce (patch) | |
| tree | 3415e9ccd9e3c3dfbb382d08583816b0d2836f3d /Assets/Themes/Default.tres | |
| parent | 6503e483766d3a4e1907ecd9b69e7db4e86e7cb6 (diff) | |
| download | texty-645d1083fecf707a56b07c1fd52df4015885d9ce.tar.xz texty-645d1083fecf707a56b07c1fd52df4015885d9ce.zip | |
game: add StatusLine behavior
Diffstat (limited to 'Assets/Themes/Default.tres')
| -rw-r--r-- | Assets/Themes/Default.tres | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assets/Themes/Default.tres b/Assets/Themes/Default.tres index 6faea67..32fc4b7 100644 --- a/Assets/Themes/Default.tres +++ b/Assets/Themes/Default.tres @@ -18,6 +18,7 @@ [resource] InvertedLabel/colors/font_color = Color( 0, 0, 0, 1 ) InvertedPanelContainer/styles/panel = ExtResource( 1 ) +InvertedRichTextLabel/colors/default_color = Color( 0, 0, 0, 1 ) Label/colors/font_color = Color( 1, 1, 1, 1 ) Label/styles/normal = SubResource( 3 ) LineEdit/colors/cursor_color = Color( 0, 0, 0, 1 ) |
