Commit Graph

15 Commits

Author SHA1 Message Date
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
494af4dd0e soniditos 2023-08-27 04:26:22 +02:00
42e504f5b2 eneko fuma 2023-08-27 04:02:16 +02:00
1a159efa20 eneko 2023-08-27 03:08:32 +02:00
19d38e5e1c start with frontal 2023-08-26 20:00:57 +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
7e2f3131ae Added cocina room 2023-08-25 23:47:12 +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