Commit Graph

116 Commits

Author SHA1 Message Date
a776252bb7 sequences, random & global variables 2023-09-26 02:18:24 +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
fec381dd1f Oier knows how to count potatoes! 2023-09-23 23:57:21 +02:00
c633ad511d Cutting the big potato 2023-09-22 23:49:22 +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
92bfd3bbc2 added sound library settings & command (#12)
## Changes
- Added file base simple sound library
- Added base UI settings and sound library settings
- Added `play_lib_snd` command

## Notes
- The command accepts a namespace so we can leave common sound in the root folder and chapter specific sounds in its own folder

## How to test
- Run the game
- All the door sounds should play as normal.

Reviewed-on: gymkhana/gymkhana#12
Co-authored-by: oier <oierbravo@gmail.com>
Co-committed-by: oier <oierbravo@gmail.com>
2023-09-21 00:38:12 +02:00
d309c9fb88 video player feature 2023-09-17 02:10:20 +02:00
34d8747643 cocina -> cocina_delante spawn point fix 2023-09-16 16:45:10 +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
c20964a17c set_tooltip esc command 2023-08-27 16:37:43 +02:00
bc2ce9dbf6 bugfix frontal 2023-08-27 04:28:32 +02:00
494af4dd0e soniditos 2023-08-27 04:26:22 +02:00
ceb6dd1244 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-27 04:02:26 +02:00
42e504f5b2 eneko fuma 2023-08-27 04:02:16 +02:00
50ccb0f25b Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-27 03:31:27 +02:00
beb244a01e cocina frontal-patata 2023-08-27 03:31:18 +02:00
1a159efa20 eneko 2023-08-27 03:08:32 +02:00
e6f4beeab6 bol sin peso + lentejas 2023-08-27 02:42:59 +02:00
a6408ffc1a Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-27 02:19:18 +02:00
73b2a8be5d bol+lentejas 2023-08-27 02:19:04 +02:00
c83015309a non interactive player, despensa item locations 2023-08-27 02:17:15 +02:00
1ee9c339db peso+bol 2023-08-27 01:35:14 +02:00
fa08453e65 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-27 01:34:56 +02:00
85062ea912 Item Outline, despensa 2023-08-27 01:34:50 +02:00
b30dcbc29d cocina_peso 2023-08-27 00:47:13 +02:00
3cbc77f308 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-26 20:49:41 +02:00
4a5db47371 bg sin peso 2023-08-26 20:48:27 +02:00
19d38e5e1c start with frontal 2023-08-26 20:00:57 +02:00
b8bf76241f cocina camera limits 2023-08-26 19:41:08 +02:00
982ca1812c columna cocina detras 2023-08-26 19:38:35 +02:00
552affc1d7 hay speed en la cocina 2023-08-26 19:14:23 +02:00
8f5627d41e cocina depth 2023-08-26 19:07:21 +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
fcabc37482 cocina detras -> cocina 2023-08-26 02:08:33 +02:00
774aab70eb added cocina_detras room 2023-08-26 01:58:02 +02:00
2eab18d7e8 tooltips fix 2023-08-26 01:24:37 +02:00
08f7596bc1 despensa 2023-08-26 01:24:27 +02:00
4e33628a20 pruebas usar 2023-08-25 23:54:20 +02:00
7e2f3131ae Added cocina room 2023-08-25 23:47:12 +02:00
f3930ea69d Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-25 23:45:19 +02:00
c064a62a97 despensa 2023-08-25 23:45:11 +02:00
7306c62ebd added door to despensa 2023-08-25 23:00:59 +02:00
6956b60c5b ui: grey background 2023-08-25 22:04:12 +02:00
fae7e50a39 despensa 2023-08-25 22:00:40 +02:00
7169516f37 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-08-25 20:07:40 +02:00
f750eeced6 more item things 2023-08-25 20:07:31 +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