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

Improved HealthHUD and damage popup feedback #905

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

Conversation

Fueredoriku
Copy link
Contributor

No description provided.

@Fueredoriku Fueredoriku self-assigned this Dec 22, 2024
@Fueredoriku Fueredoriku linked an issue Dec 22, 2024 that may be closed by this pull request
@Fueredoriku Fueredoriku changed the title Add sine wave animation for health HUD Imporved HealthHUD and damage popup feedback Dec 24, 2024
@Fueredoriku Fueredoriku changed the title Imporved HealthHUD and damage popup feedback Improved HealthHUD and damage popup feedback Dec 24, 2024
@Fueredoriku Fueredoriku marked this pull request as ready for review December 24, 2024 01:32
@Fueredoriku Fueredoriku requested a review from toberge December 24, 2024 01:32
@Fueredoriku Fueredoriku force-pushed the feature/health-hud-polish branch from 833235e to be8bd35 Compare December 24, 2024 01:37
@@ -95,6 +95,8 @@ public class PlayerHUDController : MonoBehaviour
private PopupSpammer popupSpammer;
public PopupSpammer PopupSpammer => popupSpammer;
[SerializeField]
private DamagePopupEmitter damagePopupEmitter;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used in this class?

{
// Implementation based of https://iquilezles.org/articles/palettes/
// Health is expected to be normalized.
public static Color HealthPalette(float health)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No needuto specify that it's a palette here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Improved health HUD
2 participants