Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Custom Healthbar Colors

aflac edited this page Mar 30, 2021 · 8 revisions

feature added as of v0.1-b


Explanation

The Way the Healthbar colors works, is inside PlayState.hx there is a setting at the top called CustomHealth. When this value is set to true, this feature is enabled. This feature gives the health bar specific colors depending on what characters are currently being used. The Health bar Colors are handled via a list right below the CustomHealth config option. These colors are in hexadecimal. HaxeFlixel does not read # well, so to get a Hex color, you will use 0xFF instead.

Clone this wiki locally