-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I am planning on implementing this myself
No
Describe your request
A tag that allows rendering entities above everything except for the HUD and SubHUD layers, but with a 320x180 resolution just like regular entities.
I've had many instances where I would like a HUD kind of entity above everything else, but that has exposed a few problems:
- No matter how low the entity's
Depthis, it is always rendered below FG Stylegrounds. - Non-HUD entities are always affected by darkness, which is not ideal for this kind of entity.
- HUD entities have linear filtering, which prevents a simple 6x scale fix. Changing the
SamplerStatenot only still doesn't look 100% pixelated under certain window scales such as 4x, but also requires ending the currentSpriteBatch.
The current best fix is by rendering the entity as a styleground, which is something that would need a separate implementation for every single helper that intends on making pixelated HUD elements, so Everest PR it is.
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request