Skip to content

Commit

Permalink
change text color
Browse files Browse the repository at this point in the history
  • Loading branch information
MKN-Makuno committed Aug 1, 2024
1 parent 68e0eb0 commit 3b07711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/states/beatmap_select.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ do
love.graphics.setColor(self.selected and ColorTheme.get() or color.hex434242)
love.graphics.rectangle("fill", x, y, self.width, self.height)
love.graphics.setShader(Util.drawText.workaroundShader)
love.graphics.setColor(color.white)
love.graphics.setColor(color.black)
love.graphics.draw(self.name, x + 110, y + 20)
love.graphics.draw(self.format, x + 110, y + 60)

Expand Down

0 comments on commit 3b07711

Please sign in to comment.