Skip to content

Commit

Permalink
Fix and colorize text_true and text_false
Browse files Browse the repository at this point in the history
  • Loading branch information
balt-dev authored Nov 14, 2024
1 parent e1b007c commit 53bcaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/custom/dizzyandy-sprites.toml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ text_sway = {sprite = "text_sway", color = [1, 1], tiling = "none"}

text_sustain = {sprite = "text_sustain", color = [2, 4], tiling = "none"}

text_sustain = {sprite = "text_true", color = [0, 3], tiling = "none"}
text_true = {sprite = "text_true", color = [5, 4], tiling = "none"}

text_sustain = {sprite = "text_false", color = [0, 3], tiling = "none"}
text_false = {sprite = "text_false", color = [2, 2], tiling = "none"}

0 comments on commit 53bcaf6

Please sign in to comment.