Changes the DNA console icons to be less awful (#45869)

* Changes the DNA console icons to be less awful

Made some better placeholders

* fixed a blinking pixel
This commit is contained in:
Sanator
2019-08-13 16:53:57 -04:00
committed by moo
parent a312fddace
commit 4bd547b047
8 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -700,7 +700,7 @@ GLOBAL_LIST_EMPTY(asset_datums)
/datum/asset/simple/genetics
assets = list(
"dna_discovered.png" = 'html/dna_discovered.png',
"dna_undiscovered.png" = 'html/dna_undiscovered.png',
"dna_extra.png" = 'html/dna_extra.png'
"dna_discovered.gif" = 'html/dna_discovered.gif',
"dna_undiscovered.gif" = 'html/dna_undiscovered.gif',
"dna_extra.gif" = 'html/dna_extra.gif'
)