Skip to content

Use CSS files for HaxeUI styling instead of style.xml#7136

Closed
T5mpler wants to merge 96 commits intoFunkinCrew:mainfrom
T5mpler:haxeui-css-styling
Closed

Use CSS files for HaxeUI styling instead of style.xml#7136
T5mpler wants to merge 96 commits intoFunkinCrew:mainfrom
T5mpler:haxeui-css-styling

Conversation

@T5mpler
Copy link
Copy Markdown
Contributor

@T5mpler T5mpler commented Mar 12, 2026

(Review this pr instead! Accidentally used the main branch while creating the PR, my apologies)

(Requires this pr to be merged)

This PR re-factors how styling for HaxeUI works by using the built-in HaxeUI css style system using module.xml

Right now the game uses an xml file with an empty box component that has styling to handling all of its styling. While this works, this workaround can cause a lot of issues relating to both z-index and more issues I've personally noticed.
This system HaxeUI uses is a lot more controllable, allowing even for being able to make custom themes.

Lmk if there's an accidental issue this PR has.

EliteMasterEric and others added 30 commits February 25, 2026 00:52
…mera zoom (different camera!) was above 1.35x.
Reducing to 50% wasn't noticeable enough, but 25% should be a clean reduction.
…red correctly relative to the current framerate.
Any preview values over 15,000 get turned into 0 (start) and 0.2 (end).
Co-Authored-By: Kade <26305836+Kade-github@users.noreply.github.com>
@github-actions github-actions bot added status: pending triage Awaiting review. size: huge A huge pull request with more than 500 changes. pr: haxe PR modifies game code. pr: documentation PR modifies documentation or README files. and removed status: pending triage Awaiting review. size: huge A huge pull request with more than 500 changes. labels Mar 12, 2026
@T5mpler T5mpler closed this Mar 12, 2026
@Hundrec Hundrec added status: rejected Issue did not pass review or PR cannot be approved. size: huge A huge pull request with more than 500 changes. status: duplicate Issue or PR is redundant to another. and removed status: rejected Issue did not pass review or PR cannot be approved. pr: haxe PR modifies game code. pr: documentation PR modifies documentation or README files. labels Mar 13, 2026
@github-actions
Copy link
Copy Markdown

This pull request is a duplicate. Please direct all discussion to the original pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: huge A huge pull request with more than 500 changes. status: duplicate Issue or PR is redundant to another.

Development

Successfully merging this pull request may close these issues.