Commit Graph

13 Commits

Author SHA1 Message Date
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
c62f42f4f6 feat: mechero en silla 2024-01-26 22:40:42 +01:00
72dd717df1 basic recipe, missing ingredients, bigger collisions and.... The secret **********. 2023-10-31 00:10:21 +01:00
d649a7f4a8 Se nos viene la olla 2023-10-13 03:14:34 +02:00
3c623156bc room clean up 2023-09-26 03:17:22 +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
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
494af4dd0e soniditos 2023-08-27 04:26:22 +02:00
85062ea912 Item Outline, despensa 2023-08-27 01:34:50 +02:00
982ca1812c columna cocina detras 2023-08-26 19:38:35 +02:00
64a362f384 connect rooms 2023-08-26 17:01:55 +02:00
774aab70eb added cocina_detras room 2023-08-26 01:58:02 +02:00