Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add indicators for unusable vents in hide and seek mode
Related to SubmergedAmongUs#134 Implements visual indicators for unusable vents in hide and seek mode. - Adds logic to display a wet floor sign at the admin vent and caution tape at central vents during hide and seek mode. - Ensures these indicators are only visible in hide and seek mode to maintain gameplay clarity without affecting other modes. - Utilizes the `LogicUsablesHnS` class to check if a vent is usable by a player, and if not, changes the sprite to the appropriate indicator based on the vent's ID.
- Loading branch information