update level up card title

This commit is contained in:
2022-12-14 14:38:53 +03:00
parent 209262668d
commit c78182c425
3 changed files with 12 additions and 7 deletions
+6 -6
View File
@@ -502,32 +502,32 @@
},
"overlays.LevelUpOverlay.ATTACK": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "АТАКА +1",
"localizedName": "ATTACK +1",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.SPEED": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "СКОРОСТЬ +1",
"localizedName": "SPEED +1",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.HEALTH": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ЗДОРОВЬЕ +1",
"localizedName": "HEALTH +1",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.MAGIC": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "МАГИЯ +1",
"localizedName": "MAGIC +1",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.AGILITY": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ЛОВКОСТЬ +1",
"localizedName": "AGILITY +1",
"comment": "Shown at the top of the level up card."
},
"overlays.LevelUpOverlay.DEFENSE": {
"class": "com.interrupt.dungeoneer.game.LocalizedString",
"localizedName": "ЗАЩИТА +1",
"localizedName": "DEFENSE +1",
"comment": "Shown at the top of the level up card."
},
"overlays.MessageOverlay.nextButton": {