Skip to content

Commit

Permalink
config: fix missing Spanish translation for target lock (#1440)
Browse files Browse the repository at this point in the history
Resolves #1439.
  • Loading branch information
walkawayy authored Aug 13, 2024
1 parent f2092cd commit 3a4be93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- fixed Lara voiding when loading the game on a closed door (#1419)
- fixed underwater caustics not resumed smoothly when unpausing (#1423, regression 3.2)
- fixed collision issues with drawbridges, trapdoors, and bridges when stacked over each other, over slopes, and near the ground (#606)
- fixed an issue with a missing Spanish config tool translation for the target mode (#1439)
- improved initial level load time by lazy-loading audio samples (LostArtefacts/TR2X#114)

## [4.2](https://github.com/LostArtefacts/TR1X/compare/4.1.2...4.2) - 2024-07-14
Expand Down
2 changes: 1 addition & 1 deletion tools/config/TR1X_ConfigTool/Resources/Lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"Title": "Cambio de objetivo",
"Description": "Permite cambiar de objetivo como en TR4+ mientras apuntas con armas. Presiona mirar mientras apuntas para cambiar de objetivo."
},
"target_lock_mode": {
"target_mode": {
"Title": "Modo de bloqueo del objetivo del arma",
"Description": "Cambia el comportamiento de cómo las armas se fijan en los objetivos.\n- Bloqueo total: siempre mantiene el objetivo bloqueado incluso si se pierde de vista al enemigo o muere (TR1 original).\n- Semibloqueo: mantiene el objetivo bloqueado si se pierde de vista al enemigo pero pierde el objetivo fijado si el enemigo muere.\n- Sin bloqueo: pierde el objetivo fijado si se pierde de vista al enemigo o muere (TR4+)."
},
Expand Down

0 comments on commit 3a4be93

Please sign in to comment.