fragglet / WadGadget

Curses-based Doom WAD file editor
GNU General Public License v2.0
17 stars 0 forks source link

Should not use palette entry #247 for transparency #25

Closed fragglet closed 1 month ago

fragglet commented 1 month ago

In particular this introduces spurious transparency on the Doom 2 title screen, and #247 is supposed to be black. The simplest solution here is probably to generate all PNGs in RGBA format, but it seems a shame to generate larger PNGs that don't have the palette included in them for easy editing.