Commit Graph

8 Commits

Author SHA1 Message Date
a996af25cb fix: global declaration in cocina_delante.esc 2025-01-25 23:07:04 +01:00
09b02a210a fix: port some esc files 2025-01-25 19:56:44 +01:00
b752b1aef4 feat: la fruntal de mi abuelo 2023-11-10 23:35:57 +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
0b21813e77 gymkhana/item_count (#16)
Item can now be countable objects, like money, bullets or even potatoes!

Reviewed-on: gymkhana/gymkhana#16
2023-09-22 00:10:02 +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