Skip to content

Commit

Permalink
fixup!: silly
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunko committed Jul 14, 2024
1 parent 45657ca commit b19095a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/osu/runtime/gui/main_menu.v
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ pub fn (mut main_menu MainMenu) draw(arg sprite.CommonSpriteArgument) {
)

main_menu.window.ctx.draw_text(int(settings.global.window.width) - 100, 32 + 20 + 20,
'Left-Right for difficulty selection',
'Left-Right for beatmap selection',
color: gg.Color{255, 255, 255, 255}
size: 20
bold: true
align: .right
)

main_menu.window.ctx.draw_text(int(settings.global.window.width) - 100, 32 + 20 + 20 + 20,
'Up-Down for beatmap selection',
'Up-Down for difficulty selection',
color: gg.Color{255, 255, 255, 255}
size: 20
bold: true
Expand Down

0 comments on commit b19095a

Please sign in to comment.