Commit Graph

4 Commits

Author SHA1 Message Date
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
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
95c64d786a Turno cocina items 2023-08-25 19:44:11 +02:00