mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- made the menu dim darker and a bit more opaque.
The recent localization work has made it apparent that on many images the menu was extremely hard to read because its colors often clash with the background. The choice of a bright overlay color with extremely low opacity is simply not enough to make the menus comfortable to navigate. Chex Quest was particularly bad but the problem existed in many Doom mods as well. This also changes the CQ dim color to something a bit more green to better fit with the theme.
This commit is contained in:
parent
1c828b98c2
commit
cac032cb1c
5 changed files with 10 additions and 10 deletions
|
@ -36,8 +36,8 @@ gameinfo
|
||||||
weaponslot = 5, "ZorchPropulsor"
|
weaponslot = 5, "ZorchPropulsor"
|
||||||
weaponslot = 6, "PhasingZorcher"
|
weaponslot = 6, "PhasingZorcher"
|
||||||
weaponslot = 7, "LAZDevice"
|
weaponslot = 7, "LAZDevice"
|
||||||
dimcolor = "ff d7 00"
|
dimcolor = "50 80 00"
|
||||||
dimamount = 0.2
|
dimamount = 0.35
|
||||||
bluramount = 0.0
|
bluramount = 0.0
|
||||||
menuslidercolor = "Orange"
|
menuslidercolor = "Orange"
|
||||||
definventorymaxamount = 25
|
definventorymaxamount = 25
|
||||||
|
|
|
@ -36,8 +36,8 @@ gameinfo
|
||||||
weaponslot = 5, "RocketLauncher"
|
weaponslot = 5, "RocketLauncher"
|
||||||
weaponslot = 6, "PlasmaRifle"
|
weaponslot = 6, "PlasmaRifle"
|
||||||
weaponslot = 7, "BFG9000"
|
weaponslot = 7, "BFG9000"
|
||||||
dimcolor = "ff d7 00"
|
dimcolor = "80 70 00"
|
||||||
dimamount = 0.2
|
dimamount = 0.35
|
||||||
bluramount = 0.0
|
bluramount = 0.0
|
||||||
menuslidercolor = "Orange"
|
menuslidercolor = "Orange"
|
||||||
definventorymaxamount = 25
|
definventorymaxamount = 25
|
||||||
|
|
|
@ -36,8 +36,8 @@ gameinfo
|
||||||
weaponslot = 5, "SkullRod"
|
weaponslot = 5, "SkullRod"
|
||||||
weaponslot = 6, "PhoenixRod"
|
weaponslot = 6, "PhoenixRod"
|
||||||
weaponslot = 7, "Mace"
|
weaponslot = 7, "Mace"
|
||||||
dimcolor = "00 00 ff"
|
dimcolor = "00 00 80"
|
||||||
dimamount = 0.2
|
dimamount = 0.35
|
||||||
bluramount = 0
|
bluramount = 0
|
||||||
menuslidercolor = "Orange"
|
menuslidercolor = "Orange"
|
||||||
definventorymaxamount = 16
|
definventorymaxamount = 16
|
||||||
|
|
|
@ -35,8 +35,8 @@ gameinfo
|
||||||
weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost"
|
weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost"
|
||||||
weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning"
|
weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning"
|
||||||
weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge"
|
weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge"
|
||||||
dimcolor = "00 00 ff"
|
dimcolor = "00 00 80"
|
||||||
dimamount = 0.2
|
dimamount = 0.35
|
||||||
bluramount = 0.0
|
bluramount = 0.0
|
||||||
menuslidercolor = "Orange"
|
menuslidercolor = "Orange"
|
||||||
definventorymaxamount = 25
|
definventorymaxamount = 25
|
||||||
|
|
|
@ -36,8 +36,8 @@ gameinfo
|
||||||
weaponslot = 6, "FlameThrower"
|
weaponslot = 6, "FlameThrower"
|
||||||
weaponslot = 7, "Mauler2", "Mauler"
|
weaponslot = 7, "Mauler2", "Mauler"
|
||||||
weaponslot = 8, "Sigil"
|
weaponslot = 8, "Sigil"
|
||||||
dimcolor = "ff d7 00"
|
dimcolor = "80 70 00"
|
||||||
dimamount = 0.2
|
dimamount = 0.35
|
||||||
bluramount = 0
|
bluramount = 0
|
||||||
menuslidercolor = "Orange"
|
menuslidercolor = "Orange"
|
||||||
definventorymaxamount = 25
|
definventorymaxamount = 25
|
||||||
|
|
Loading…
Reference in a new issue