Change color of misplaced letters to be less green
This commit is contained in:
parent
88bb18eecd
commit
9190ffffd4
1 changed files with 1 additions and 4 deletions
|
@ -34,11 +34,8 @@ tracks/0/keys = {
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
__meta__ = {
|
|
||||||
"_edit_use_anchors_": false
|
|
||||||
}
|
|
||||||
color_incorrect = Color( 0.258824, 0.258824, 0.301961, 1 )
|
color_incorrect = Color( 0.258824, 0.258824, 0.301961, 1 )
|
||||||
color_misplaced = Color( 0.698039, 0.74902, 0, 1 )
|
color_misplaced = Color( 0.741176, 0.713726, 0.25098, 1 )
|
||||||
color_correct = Color( 0, 0.619608, 0.298039, 1 )
|
color_correct = Color( 0, 0.619608, 0.298039, 1 )
|
||||||
|
|
||||||
[node name="C" type="CenterContainer" parent="."]
|
[node name="C" type="CenterContainer" parent="."]
|
||||||
|
|
Loading…
Reference in a new issue