-
Notifications
You must be signed in to change notification settings - Fork 1
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
Better palette support #2
Milestone
Comments
Current idea for how to do this: add a new VFS directory type that allows palettes to be imported, exported and selected, with the palettes stored in a directory under |
fragglet
added a commit
that referenced
this issue
Jul 13, 2024
Part of #2. This adds the initial VFS directory implementation that stores a set of palette files as .pngs in the user's config dir.
fragglet
added a commit
that referenced
this issue
Jul 13, 2024
fragglet
added a commit
that referenced
this issue
Jul 13, 2024
fragglet
added a commit
that referenced
this issue
Jul 13, 2024
fragglet
added a commit
that referenced
this issue
Jul 13, 2024
Factored out from the existing PNG conversion functions. Part of #2.
fragglet
added a commit
that referenced
this issue
Jul 13, 2024
For converting to Doom's native PLAYPAL lump format. Part of #2.
fragglet
added a commit
that referenced
this issue
Jul 15, 2024
This will free up ^P for opening the Palette Manager. Part of #2.
fragglet
added a commit
that referenced
this issue
Jul 15, 2024
Rather than using hard-coded reference to `doom_palette`. Part of #2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The palette is currently hard-coded to the Doom palette. It ought to be possible to load other palettes as well.
The text was updated successfully, but these errors were encountered: