Add achievements UI to player profile

This commit is contained in:
Aotumuri
2026-05-08 21:56:10 +09:00
parent bbe4a74870
commit f6bc47b1de
3 changed files with 6 additions and 29 deletions
-2
View File
@@ -243,8 +243,6 @@
"personal_player_id": "Personal Player ID:"
},
"achievements": {
"test": "Test",
"test_desc": "This is a test achievement.",
"win_no_nukes": "Win Without Nukes",
"win_no_nukes_desc": "Win a free-for-all match without launching any nukes."
},
-3
View File
@@ -1,7 +1,4 @@
{
"test": {
"difficulty": "Medium"
},
"win_no_nukes": {
"difficulty": "Hard"
}