Hello,
I'm trying to build a website that uses the TF2 kill icons, however as far as I know the wiki only contains the dark grey versions (the client ones), rather than the ones you see of other players.
https://wiki.teamfortress.com/wiki/Kill_icon
Im looking for the individual pale versions of those icons like below, however I obviously don't want to individually crop out each one if I don't have to.
https://imgur.com/r/tf2/E0UbU
Thanks for your time
Hello,
I'm trying to build a website that uses the TF2 kill icons, however as far as I know the wiki only contains the dark grey versions (the client ones), rather than the ones you see of other players.
https://wiki.teamfortress.com/wiki/Kill_icon
Im looking for the individual pale versions of those icons like below, however I obviously don't want to individually crop out each one if I don't have to.
https://imgur.com/r/tf2/E0UbU
Thanks for your time
They are called '_dneg' versions in the TF2 files, so just inverting the color of the black/gray ones should suffice, which can even be done with CSS filters.
Alternatively, using the image with the white kill icons you already found as a image sprite with the coordinates and dimensions found in tf2_misc_dir.vpk /scripts/mod_textures.txt
They are called '_dneg' versions in the TF2 files, so just inverting the color of the black/gray ones should suffice, which can even be done with [url=https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/invert]CSS filters[/url].
Alternatively, using the image with the white kill icons you already found as a [url=https://www.w3schools.com/css/css_image_sprites.asp]image sprite[/url] with the coordinates and dimensions found in [i]tf2_misc_dir.vpk /scripts/mod_textures.txt[/i]