UQcsse3200 / 2024-studio-3

MIT License
6 stars 0 forks source link

Refactors InventoryDisplayHoverComponent and adds new key tooltips #583

Closed benjamin-wang1 closed 2 weeks ago

benjamin-wang1 commented 2 weeks ago

Description

Refactors InventoryDisplayHoverComponent into a new abstract class, StationHoverComponent, and a number of concrete classes that extend off it. InventoryDisplayHoverComponent will no longer be used.

Adds new key tooltips for disposing, submitting and cooking actions. Also makes the interact tooltip more specific, by splitting it into two separate actions: take and place.

Checklist:

silagarv commented 2 weeks ago

LGTM