]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make Luma the default HUD and menu theme
authorMario <zacjardine@y7mail.com>
Fri, 30 Jan 2015 10:27:59 +0000 (21:27 +1100)
committerMario <zacjardine@y7mail.com>
Fri, 30 Jan 2015 10:27:59 +0000 (21:27 +1100)
defaultXonotic.cfg

index 4d259382cd9ef3fb7539c21b3c656f2e3b84ceac..7f48414b671682fedef4fb244d39d94b59be68b2 100644 (file)
@@ -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: