Commit Graph

134 Commits

Author SHA1 Message Date
f3d067054c Now with SubtitleVision 2024-02-11 19:35:40 +01:00
20940e566c Menu con batido de regalo 2024-02-11 18:29:46 +01:00
51d062e734 the sound of silence, closes #43 2024-02-10 22:58:33 +01:00
815df6a67a Tooltip margin. Fixes #37 2024-02-10 20:44:26 +01:00
5957f1db64 horn of cenarius 2024-02-10 01:51:48 +01:00
fdcf425425 🎉Zorionak eneko!🎉 2024-02-08 23:45:43 +01:00
3d6545ad79 Disable items in cocina intro. PENDING RE-ENABLING THEM! 2024-01-28 14:17:59 +01:00
d7d97d1440 Merge branch 'gymkhana/hide-toolips-when-dialog-choose' into gymkhana/main 2024-01-28 14:08:46 +01:00
e4d58dbd1c tooltips only when interactive 2024-01-28 14:08:10 +01:00
d07b3fc4b2 tooltip cleanup 2024-01-28 13:49:48 +01:00
83c8b2e6be Intro cocina 2024-01-28 13:11:36 +01:00
ca87c01104 fix scroll 2024-01-28 13:01:29 +01:00
d388616668 Skip videos 2024-01-28 12:57:22 +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
ea0a232732 fix: adjust inventory size 2023-11-14 00:05:04 +01:00
05cf4407ee Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-10-31 22:18:06 +01:00
f0347fa6d8 Highlitght only when actions are present. 2023-10-29 23:50:29 +01:00
8138d3055b bugfix: ItemOutline crashing 2023-10-26 22:54:30 +02:00
8379e71713 bugfix: option dialog scrollbar 2023-10-22 22:56:14 +02:00
876a19b932 feat: intro dialog 2023-10-18 00:06:57 +02:00
0c734c6998 bugfix: delete report_errors calls 2023-10-16 22:11:51 +02:00
aeacaa09cd bugfix: delete report_errors calls 2023-10-16 22:11:22 +02:00
38fb731c87 Smaller item cursor 2023-10-14 16:02:11 +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
fd77e04cba tooltip cleanup 2023-10-08 05:11:29 +02:00
574fa5941b Tooltip offset for action3 & action4. #17 2023-10-08 04:44:40 +02:00
5d50f3e188 Auto set_active(false) for inventory items component 2023-10-08 03:44:21 +02:00
cdf85cd1c5 Outline item component 2023-10-08 03:26:31 +02:00
e6de1f1323 Fix: tried to fix compiling errors in esc_item_with_tooltip.gd 2023-10-07 23:38:56 +02:00
d4643568c4 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-10-06 00:11:39 +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
2787adb648 one component to rule them all 2023-10-05 22:41:54 +02:00
ef05793d1d Dialog position & darker background 2023-10-05 00:02:37 +02:00
a776252bb7 sequences, random & global variables 2023-09-26 02:18:24 +02:00
9c4df0d4d7 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-09-26 00:48:44 +02:00
401de66a9f cursor fix 2023-09-26 00:48:27 +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
6cbd466f76 me corte con el cuchillo, XD 2023-09-25 23:49:48 +02:00
c307f2e5c6 Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-09-25 23:07:20 +02:00
fec381dd1f Oier knows how to count potatoes! 2023-09-23 23:57:21 +02:00
9705ca14a4 Center cursor on item combination 2023-09-22 22:39:06 +02:00
38dece6947 WIP 2023-09-22 00:50:03 +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
5f15bca474 menu icon, F3 key to show room selector 2023-09-16 21:09:06 +02:00
8674ffffa4 menu to the top right position 2023-09-16 19:13:02 +02:00
1727cbe63e Merge branch 'gymkhana/main' of git.fosil.eu:gymkhana/gymkhana into gymkhana/main 2023-09-16 16:43:12 +02:00