Burn all GIFs: Convert everything to PNGs.

DeuTex 5 now supports these, and we can use real transparency indexes
in the files too, so no more ugly cyan background!
This commit is contained in:
Mike Swanson 2017-07-18 22:18:14 -07:00
parent 96ca8bf67b
commit 9c6c681276
5952 changed files with 243 additions and 252 deletions

View file

@ -72,7 +72,7 @@ def get_dummy_name(section, resource):
# to include a dummy lump for these - they can just be removed.
# Detect this case and don't use a dummy.
if section == 'patches':
if os.path.exists('sprites/%s.gif' % resource):
if os.path.exists('sprites/%s.png' % resource):
return None
if resource.lower().startswith("demo"):