## 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>
## 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>