Skip to content

Commit

Permalink
use emoji and unicode for mtb:scale:imba values (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey authored May 20, 2022
1 parent 406c147 commit c1afc9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/fields/mtb/scale/imba.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"placeholder": "Easy, Medium, Difficult...",
"strings": {
"options": {
"0": "Easiest (white circle)",
"1": "Easy (green circle)",
"2": "Medium (blue square)",
"3": "Difficult (black diamond)",
"4": "Extremely Difficult (double black diamond)"
"0": "Easiest (white circle)",
"1": "🟢 Easy (green circle)",
"2": "🟦 Medium (blue square)",
"3": "Difficult (black diamond)",
"4": "◆◆ Extremely Difficult (double black diamond)"
}
},
"autoSuggestions": false,
Expand Down

0 comments on commit c1afc9d

Please sign in to comment.