1. Home
  2. Docs
  3. English documentation
  4. Assets and Art creation
  5. HUD and bars

HUD and bars

WHAT ITS FOR

Gauge, chain timer, and enemy HP bar are important for gameplay.
For more information, you can read the Gameplay editor section and the HUD editor section.

HOW THAT WORK

The empty bar picture name should end with “_back”. This is what is always displayed on the screen, often with an empty box where the bar goes.

The bar itself is optional, but you can design your own. The picture name should end with “_front”. It will be colored by the game engine.

You can also add a ready picture, which is displayed when the gauge is full. The picture name should end with “_ready”.

So, for example:
MyGauge_back.png,
MyGauge_front.png
MyGauge_ready.png.

A good file format is .png or .tga with an alpha channel.

End results: