├── .gitattributes ├── Blocks.ttf ├── Hypnotize Icons Master.ttf ├── LICENSE ├── README.md ├── TF2 Character Icons.ttf ├── TF2 Crosshairs.ttf ├── TF2 Icons Thin.ttf ├── TF2 Icons.ttf ├── TF2 Readyup Icons.otf └── custom build ├── Custom Build.ttf ├── Hypnotize Icons Master.ttf └── scripts ├── autowidth.py ├── centerglyph.py └── readme.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/.gitattributes -------------------------------------------------------------------------------- /Blocks.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/Blocks.ttf -------------------------------------------------------------------------------- /Hypnotize Icons Master.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/Hypnotize Icons Master.ttf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/README.md -------------------------------------------------------------------------------- /TF2 Character Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/TF2 Character Icons.ttf -------------------------------------------------------------------------------- /TF2 Crosshairs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/TF2 Crosshairs.ttf -------------------------------------------------------------------------------- /TF2 Icons Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/TF2 Icons Thin.ttf -------------------------------------------------------------------------------- /TF2 Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/TF2 Icons.ttf -------------------------------------------------------------------------------- /TF2 Readyup Icons.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/TF2 Readyup Icons.otf -------------------------------------------------------------------------------- /custom build/Custom Build.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/custom build/Custom Build.ttf -------------------------------------------------------------------------------- /custom build/Hypnotize Icons Master.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/custom build/Hypnotize Icons Master.ttf -------------------------------------------------------------------------------- /custom build/scripts/autowidth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/custom build/scripts/autowidth.py -------------------------------------------------------------------------------- /custom build/scripts/centerglyph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/custom build/scripts/centerglyph.py -------------------------------------------------------------------------------- /custom build/scripts/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hypnootize/TF2-HUD-Icons/HEAD/custom build/scripts/readme.txt --------------------------------------------------------------------------------