Skip to content

Fix index 255 showing up as black #119

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

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

HeliumAnt
Copy link
Contributor

  • index 255 shows up black as the uv index goes to 1.0 which is past the edge of the palette texture. so make the palette wrap clamp to edge

  • Does not fix allegro using weird 18bit color which subtly changes the palette.

  • Also does not fix the palette mismatch between palette.bmp and (from what I can find) most or all sprites in data (palette.bmp has darker colors than the palette used by the sprites.)

HeliumAnt and others added 2 commits March 6, 2024 01:07
index 255 shows up black as the uv index goes to 1.0 which is past the
edge of the palette texture. so make the palette wrap clamp to edge
@Causeless Causeless enabled auto-merge March 6, 2024 12:38
@Causeless Causeless added this pull request to the merge queue Mar 6, 2024
Merged via the queue into development with commit bfe4acb Mar 6, 2024
@Causeless Causeless deleted the fix-missing-index-255 branch March 6, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants