Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Fixed Health Bar color functionality #2103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2021

  1. Fixed Health Bar color functionality

    ## What's wrong with the heath bar color functionality?
    You may have noticed that changing the player in debug does not change the player health bar color (i.e changing to say pico still has the blue color on the health bar). This does work with the opponents though, as it changes based on the opponent.
    
    ## What I did
    I created two variables colorOne and colorTwo as Ints, and where the health bar is drawn, I made it 1st check the player, and changes colorOne to what character is being played (being bf makes it blue, changing to say dad will turn it purple). Then, it checks the opponent and changes colorTwo to the right color (if senpai was the opponent, the other side would be peach, or being pico makes it green).
    ChillsCD authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8fe441f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Update PlayState.hx

    ChillsCD authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    b82aca4 View commit details
    Browse the repository at this point in the history