User Interface

User Interface

The UI is simple and mostly consists of monitors that lets you view information about your player. For example we have a health monitor which listens to events on the character damageable component to update the slider.

Of course the item hotbar is also part of the UI.

Image

We also provide as simple pause menu which stop time and opens a menu with options to Resume or Quit the game. This is taken care of by the Game Manager component.