mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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:
parent
96ca8bf67b
commit
9c6c681276
5952 changed files with 243 additions and 252 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue