Add functionality to the CryptApp to make it update/display the current difficulty, and rerender when it changes.
This commit is contained in:
parent
495dafaf12
commit
31033017f7
11 changed files with 125 additions and 11 deletions
|
|
@ -49,6 +49,12 @@
|
|||
},
|
||||
"damage": "Damage",
|
||||
"delete": "Delete",
|
||||
"difficulties": {
|
||||
"easy": "Easy",
|
||||
"normal": "Normal",
|
||||
"tough": "Tough",
|
||||
"hard": "Hard"
|
||||
},
|
||||
"edit": "Edit",
|
||||
"empty": "---",
|
||||
"equipped": "Equipped",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue