Commit Graph

11 Commits

Author SHA1 Message Date
c91589ec89 fix(game.gd): if using an item cancel action on click on bg, fixes #116 2025-09-02 13:25:35 +02:00
0fb120466b feat(escoria4): upgraded project to Godot 4.4 2025-03-11 12:29:32 +01:00
0e9bb9d2c7 Libro cocina tooltip fix 2025-02-10 00:18:00 +01:00
f34f96e87f feat(godot4): project automatic upgrade from godot 3 to 4 2025-01-19 01:05:35 +01:00
19ef4704d4 Custom data tooltip, Tooltip manager, Gymkhana autoload 2024-03-17 19:48:58 +01:00
277dc9e10a clean up 2024-02-13 00:07:11 +01:00
2d32f4b312 Localization (#15)
## Changes (escoria-core)
> Pending to do a PR to the core.
- Added `es` langcode with the corresponding flag image.
- Translated literals for `es`

## Changes (gymkhana)
-  Added `turno_cocina` localization csv.
- Proof of concept for tooltips & dialogs.

## Notes
- For tooltips just use the literals. Godot will automatically search for a translation key first.
- For ESC just use `translation_key:"Default text"`

## How to test
- In the option menu ES should be selectable.
- The `frontal` item in the inventory should have the tooltips and the `say` command translated in `en`,`fr` and `es`.

Reviewed-on: gymkhana/gymkhana#15
Co-authored-by: oier <oierbravo@gmail.com>
Co-committed-by: oier <oierbravo@gmail.com>
2023-09-26 00:13:55 +02:00
1394861ee7 missing tooltip update 2023-09-16 19:12:46 +02:00
beb244a01e cocina frontal-patata 2023-08-27 03:31:18 +02:00
19d38e5e1c start with frontal 2023-08-26 20:00:57 +02:00
95c64d786a Turno cocina items 2023-08-25 19:44:11 +02:00