Skip to content

Commit

Permalink
remove triangle too
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 20, 2024
1 parent ee2216d commit 1ad193f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion titlescreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,6 @@ function redraw_menu(){
add_scaled_text(ctx,"#",WIDTH-300,50,0.5)
add_scaled_text(ctx,"@",WIDTH-300,75,0.5)
add_scaled_text(ctx,"*",WIDTH-210,75,0.5)
add_scaled_text(ctx,"%",WIDTH-90,75,0.5)
} else if(game_config("controller") == "mega-drive") {
add_scaled_text(ctx,"&",WIDTH-300,50,0.5)
add_scaled_text(ctx,"b",WIDTH-300,75,0.5)
Expand Down

0 comments on commit 1ad193f

Please sign in to comment.