From: Jeremy Potter Date: Thu, 16 Apr 2020 12:11:26 +0000 (+0000) Subject: * Makes frag messages ("you fragged XXX") bigger (1.8x the size of normal centerprint... X-Git-Tag: xonotic-v0.8.5~1109^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=53a364120b21fe615caba4dd16bb0f90623c0a1e;hp=53a364120b21fe615caba4dd16bb0f90623c0a1e * Makes frag messages ("you fragged XXX") bigger (1.8x the size of normal centerprint messages) and makes them bold. * Does this by implementing a new operator in `HUD_CenterPrint` - "`^BOLD`." Put `^BOLD` at the beginning of a centerprint notification to make it bold. ---