Commit Graph

158 Commits

Author SHA1 Message Date
1e2eb6bd98 cocina depth fix 2024-02-10 17:00:35 +01:00
089c19d95f trampa y carton 2024-02-10 16:42:21 +01:00
5957f1db64 horn of cenarius 2024-02-10 01:51:48 +01:00
1bb1fd9b5a feat: cuerno cutremente puesto en la cocina 2024-02-07 00:01:44 +01:00
4389701319 fix: small fixes 2024-02-05 23:12:45 +01:00
bcc43712cf feat: intro scene finished 2024-02-04 23:53:35 +01:00
3d6545ad79 Disable items in cocina intro. PENDING RE-ENABLING THEM! 2024-01-28 14:17:59 +01:00
83c8b2e6be Intro cocina 2024-01-28 13:11:36 +01:00
bf639419d1 intro 2024-01-28 12:13:17 +01:00
356ddde0a4 feat: videos! 2024-01-27 19:47:48 +01:00
7eefcba2f4 imagen carton 2024-01-27 01:14:44 +01:00
2e10ae13da Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2024-01-27 01:12:31 +01:00
393afb4a83 animacion gas 2024-01-27 00:38:26 +01:00
f0c61093e3 feat: encender la economica 2024-01-27 00:37:50 +01:00
8ea9b4602a dialog chooser size 2024-01-27 00:01:55 +01:00
6806956a73 apaño economica 2024-01-26 23:52:25 +01:00
cc398f2ae8 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2024-01-26 23:35:22 +01:00
04272190f5 ajo y eneko catador 2024-01-26 23:35:03 +01:00
a938b5d38c feat: encender cocina de gas 2024-01-26 23:15:20 +01:00
c62f42f4f6 feat: mechero en silla 2024-01-26 22:40:42 +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
edac94e5b0 fix: outline de la económica 2023-11-14 23:16:13 +01:00
ea0a232732 fix: adjust inventory size 2023-11-14 00:05:04 +01:00
8396487246 feat:leña en la económica 2023-11-13 23:32:27 +01:00
b752b1aef4 feat: la fruntal de mi abuelo 2023-11-10 23:35:57 +01:00
05cf4407ee Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-10-31 22:18:06 +01:00
72dd717df1 basic recipe, missing ingredients, bigger collisions and.... The secret **********. 2023-10-31 00:10:21 +01:00
68f68357a6 feat: potatoes! 2023-10-26 23:43:36 +02:00
9c0af41ddd feat: turno_cocina_madera 2023-10-25 00:10:04 +02:00
876a19b932 feat: intro dialog 2023-10-18 00:06:57 +02:00
aeacaa09cd bugfix: delete report_errors calls 2023-10-16 22:11:22 +02:00
cacdc03ab0 fregaderos Location fix 2023-10-14 16:03:19 +02:00
d649a7f4a8 Se nos viene la olla 2023-10-13 03:14:34 +02:00
275458a8a4 feat: say_last_dialog_option command 2023-10-13 02:41:43 +02:00
5d50f3e188 Auto set_active(false) for inventory items component 2023-10-08 03:44:21 +02:00
d1fc5995d4 feat: Oier does not speak to Eneko at startup, now the game has no story and is very boring
fix: remember picked items to avoid appering in scene again
fix: counting potatoes
2023-10-06 00:08:33 +02:00
a857d326ce Do you hear it? 2023-10-05 00:43:17 +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
c25cfd0061 bugfix: avoid replaying cutscene 2023-10-03 23:25:11 +02:00
f04736e943 padding 2023-09-27 23:59:55 +02:00
3c623156bc room clean up 2023-09-26 03:17:22 +02:00
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