Skip to content

Commit

Permalink
Fix HighScoreRow text color
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrink committed Aug 13, 2018
1 parent af73631 commit 75057bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Scenes/HighScoreRow.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource path="res://Fonts/FontText24.tres" type="DynamicFont" id=1]

[node name="HighScoreRow" type="MarginContainer"]
[node name="HighScoreRow" type="MarginContainer" index="0"]

anchor_left = 0.0
anchor_top = 0.0
Expand Down Expand Up @@ -56,7 +56,8 @@ mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 4
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 0.517647, 0.215686, 0.215686, 1 )
custom_colors/font_color = Color( 1, 0.537255, 0.541176, 1 )
custom_colors/font_color_shadow = Color( 0.027451, 0, 0.211765, 1 )
text = "Nickname"
percent_visible = 1.0
lines_skipped = 0
Expand All @@ -79,7 +80,8 @@ mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 4
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 0.517647, 0.215686, 0.215686, 1 )
custom_colors/font_color = Color( 1, 0.537255, 0.541176, 1 )
custom_colors/font_color_shadow = Color( 0.027451, 0, 0.211765, 1 )
text = "Score"
percent_visible = 1.0
lines_skipped = 0
Expand Down

0 comments on commit 75057bd

Please sign in to comment.