From: LegendaryGuard Date: Mon, 14 Mar 2022 22:34:50 +0000 (+0000) Subject: Remove a part of bold font in the description in the HUD, Menu and Draw functions... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=71fe69ef7718a6f3fcac979d1b5cf4fe94330983;p=xonotic%2Fxonotic.wiki.git Remove a part of bold font in the description in the HUD, Menu and Draw functions section --- diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index 7d3ea82..de7a3ed 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -220,7 +220,7 @@ You can look the draw functions where HUD is being drawn: More info inside the code where you can draw/print HUD and menu: - [**Globals, constants, fonts, prints, error cmds, vector stuff, conversion functions and all drawing/printing HUDs/menus/characters related (`qcsrc/dpdefs/upstream/menudefs.qc`)**](https://timepath.github.io/scratchspace/d8/de2/menudefs_8qc_source.html) -**Important changes about menus we could learn of:** +Important changes about menus we could learn of: - [**Terms of Service in window display and in multiplayer dialog**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/commit/19bd3a4f) (Still WIP)