Commit Graph

26 Commits

Author SHA1 Message Date
f538ab07b6 Port: cocina delante 2025-01-24 01:01:37 +01:00
f34f96e87f feat(godot4): project automatic upgrade from godot 3 to 4 2025-01-19 01:05:35 +01:00
80c6ba277b fix(cocina_delante): move position 1 pixel 2024-08-25 17:19:46 +02:00
c58ff4a06b fix(cocina_delante): fix camera limits 2024-08-25 13:10:34 +02:00
d7a65133f7 fix: esclocation for ajo 2024-03-17 20:10:33 +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
f3d067054c Now with SubtitleVision 2024-02-11 19:35:40 +01:00
089c19d95f trampa y carton 2024-02-10 16:42:21 +01:00
83c8b2e6be Intro cocina 2024-01-28 13:11:36 +01:00
8ea9b4602a dialog chooser size 2024-01-27 00:01:55 +01:00
04272190f5 ajo y eneko catador 2024-01-26 23:35:03 +01:00
09269a28d6 Leñeros lejanos 2024-01-26 22:00:41 +01:00
5e47ade5ba feat: character dialog colors 2023-11-14 23:26:48 +01:00
b752b1aef4 feat: la fruntal de mi abuelo 2023-11-10 23:35:57 +01:00
9c0af41ddd feat: turno_cocina_madera 2023-10-25 00:10:04 +02:00
157f20b0e8 feat: now oier talks to eneko on init, making the developing experience more frustating!
bugfix: initial location in cocina and cocina_delante
2023-10-03 23:55:51 +02: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
2fdbdaaa6a unified tooltips as dictionary (#8)
## Changes
- From one variable for each tooltip to dictionary
- Should not break the game.

## How to test
- Run game
- In `cocina_delante` every tooltip yould appear as always.
- The rest of the rooms/items appear without tooltip.

## Side effects
- `set_tooltip` ESC command doesn't work untill `tooltip` is set to the in the new way. It changes the tooltip to every object without the new tooltip.
- Should be gone when we update every object.

Reviewed-on: gymkhana/gymkhana#8
Co-authored-by: oier <oierbravo@gmail.com>
Co-committed-by: oier <oierbravo@gmail.com>
2023-09-16 15:56:20 +02:00
81dbb521b7 Walking in the start 2023-09-04 23:19:01 +02:00
1a159efa20 eneko 2023-08-27 03:08:32 +02:00
6e7a5e82a7 cocina delante depth 2023-08-26 18:02:31 +02:00
64a362f384 connect rooms 2023-08-26 17:01:55 +02:00
7306c62ebd added door to despensa 2023-08-25 23:00:59 +02:00
100fa7e4ef cocina_delante: add exit 2023-08-25 19:47:53 +02:00
a8d669d43c Added cocina_delante room 2023-08-25 16:46:08 +02:00