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

[ENHANCEMENT] Smoother Health Bar and use OUTLINE_FAST for Score Text Outline #3680

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

Conversation

CyndaquilDAC
Copy link

The healthbar is currently choppy, and doesn't smoothly line up with the lerp and health icon positions. This fixes this by giving the healthbar the same number of divisions as its width in pixels (effectively the maximum that fit in the space of the healthbar).

This PR also switches the FlxTextBorderStyle of scoreText from OUTLINE to OUTLINE_FAST, which is not noticeable visually (especially with the pixel font that scoreText uses) and is slightly more optimized.

@github-actions github-actions bot added haxe Issue/PR modifies game code medium A medium pull request with 100 or fewer changes documentation Issue/PR modifies documentation or README files labels Oct 12, 2024
@CyndaquilDAC
Copy link
Author

CyndaquilDAC commented Oct 12, 2024

Sorry that it includes the changelog thing that isn't in develop right now, I don't know how to deal with that since I'm not particularly good with git stuff. Disregard the documentation label.

@CyndaquilDAC
Copy link
Author

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue/PR modifies documentation or README files haxe Issue/PR modifies game code medium A medium pull request with 100 or fewer changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants