From 8fc773a14a2db2f214e029f3933d54182f5376f4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 30 Jan 2015 21:27:59 +1100 Subject: [PATCH] Make Luma the default HUD and menu theme --- defaultXonotic.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 4d259382c..7f48414b6 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -791,7 +791,7 @@ exec binds-default.cfg // we must change its default from 1.0 to 1 to be consistent with menuqc set slowmo 1 -seta menu_skin "luminos" +seta menu_skin "luma" set menu_slowmo 1 seta menu_sounds 0 "enables menu sound effects. 1 enables click sounds, 2 also enables hover sounds" seta menu_tooltips 1 "menu tooltips: 0 disabled, 1 enabled, 2 also shows cvar or console command (when available) changed or executed by the item" @@ -1406,7 +1406,7 @@ exec _hud_common.cfg exec _hud_descriptions.cfg // exec the default skin config // please add any new cvars into the hud_save script in qcsrc/client/hud_config.qc for consistency -exec hud_luminos.cfg +exec hud_luma.cfg // ... and now that everything is configured/aliased, we can do some things: -- 2.39.2