Skip to content

[ENHANCEMENT/Modding] Add shouldBop in HealthIconData to allow any type of icon to bop.#6901

Merged
Hundrec merged 1 commit intoFunkinCrew:dummy/develop-v0.8.4from
Starexify:icondata-bop
Mar 27, 2026
Merged

[ENHANCEMENT/Modding] Add shouldBop in HealthIconData to allow any type of icon to bop.#6901
Hundrec merged 1 commit intoFunkinCrew:dummy/develop-v0.8.4from
Starexify:icondata-bop

Conversation

@Starexify
Copy link
Copy Markdown
Contributor

@Starexify Starexify commented Feb 7, 2026

Linked Issues

Description

This PR adds a new field called shouldBop in the HealthIconData to allow any type of icon to bop and make it more softcodeable, instead of being forced to legacyMode or scripts.

This defaults to true as the original behavior, but the animated icons will now bop, so if someone doesn't want that, they can set the field in characters data to false:

{
  "healthIcon": {
    "shouldBop": false
  }
}

Screenshots/Videos

boppable.mp4

@github-actions github-actions Bot added status: pending triage Awaiting review. pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. and removed status: pending triage Awaiting review. labels Feb 7, 2026
@SuperEric1
Copy link
Copy Markdown
Contributor

please funkin' crew I need this, my animated icons are kinda inconsistent...

@trayfellow
Copy link
Copy Markdown
Contributor

PLEASE ERIC I NEED THIS

@charlesisfeline
Copy link
Copy Markdown
Contributor

PLEASE ERIC I NEED THIS

MY ICONS ARE KINDA BOPLESS

@Hundrec Hundrec linked an issue Feb 13, 2026 that may be closed by this pull request
2 tasks
@Hundrec Hundrec added the type: enhancement Involves an enhancement or new feature. label Feb 13, 2026
@Hundrec Hundrec self-requested a review February 13, 2026 08:34
@Hundrec Hundrec added the status: pending triage Awaiting review. label Feb 13, 2026
@Starexify Starexify force-pushed the icondata-bop branch 3 times, most recently from bca9fd1 to f3f9762 Compare February 15, 2026 00:36
@Hundrec Hundrec requested review from EliteMasterEric and removed request for Hundrec March 13, 2026 11:34
@MAJigsaw77 MAJigsaw77 added status: reviewing internally Under consideration and testing. and removed status: pending triage Awaiting review. labels Mar 18, 2026
@Hundrec Hundrec changed the base branch from develop to dummy/develop-v0.8.4 March 27, 2026 07:49
@Hundrec Hundrec 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 Mar 27, 2026
@Hundrec Hundrec removed the request for review from EliteMasterEric March 27, 2026 07:49
@Hundrec Hundrec added this to the 0.8.5 milestone Mar 27, 2026
@Hundrec Hundrec merged commit 2604b1a into FunkinCrew:dummy/develop-v0.8.4 Mar 27, 2026
6 checks passed
@Starexify Starexify deleted the icondata-bop branch March 27, 2026 08:00
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: enhancement Involves an enhancement or new feature.

Development

Successfully merging this pull request may close these issues.

Enhancement: Let sparrow/animated health icons bop

6 participants