set time and lives to green in editor

This commit is contained in:
pennyrigate 2023-02-21 17:27:07 -05:00
parent ad05caf438
commit c6f2ff0c13
2 changed files with 21 additions and 0 deletions

View file

@ -110,6 +110,7 @@ theme = ExtResource( 10 )
text = "High:000000"
[node name="LivesCounter" type="Label" parent="."]
modulate = Color( 0.478431, 1, 0.47451, 1 )
margin_left = 240.0
margin_top = -1.0
margin_right = 324.0
@ -126,6 +127,7 @@ theme = ExtResource( 10 )
text = "0"
[node name="TimeCounter" type="Label" parent="."]
modulate = Color( 0.478431, 1, 0.47451, 1 )
margin_left = 1.0
margin_top = 179.0
margin_right = 56.0