Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Default health icon (face) not used #3005

Merged

Conversation

gamerbross
Copy link
Contributor

If the icon file wasn't found, the icon shows as HaxeFlixel logo instead of face. It was supposed to call the loadCharacter in the setter of characterId but was later changed and not working as intended.
image
I changed some other code that was using BF icon as default instead of face. Also in the previous way of checking if the icon exists, it was did twice, leading into a possible stack overflow (which don't show a log) if also the face icon image doesn't exist.

@gamerbross gamerbross changed the base branch from main to develop July 11, 2024 05:08
@EliteMasterEric EliteMasterEric added type: minor bug Involves a minor bug or issue. status: reviewing internally Under consideration and testing. size: medium A medium pull request with 100 or fewer changes. labels Jul 11, 2024
@EliteMasterEric EliteMasterEric self-assigned this Jul 11, 2024
@ninjamuffin99
Copy link
Member

gamerbross ur so goated

@EliteMasterEric EliteMasterEric deleted the branch FunkinCrew:develop July 12, 2024 01:00
@EliteMasterEric EliteMasterEric added status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. and removed status: reviewing internally Under consideration and testing. labels Jul 12, 2024
@EliteMasterEric
Copy link
Member

LGTM

@EliteMasterEric EliteMasterEric added this to the 0.5.0 milestone Jul 12, 2024
@EliteMasterEric EliteMasterEric merged commit c9e2e7b into FunkinCrew:develop Sep 16, 2024
@gamerbross gamerbross deleted the bugfix/default-face-icon branch September 25, 2024 22:50
@Hundrec Hundrec added the pr: haxe PR modifies game code. label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: accepted PR was approved for contribution. If it's not already merged, it may be merged on a private branch. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants