From f15e3c871d970bea6ad18fa8582d3569d4f2a33f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 3 Mar 2019 09:08:19 +0100 Subject: [PATCH] - did a bit more tweaking to the menu dims. Red on red in Doom was still not good, so the colors were darkened more and made more opaque. --- wadsrc/static/mapinfo/chex.txt | 4 ++-- wadsrc/static/mapinfo/doomcommon.txt | 4 ++-- wadsrc/static/mapinfo/heretic.txt | 4 ++-- wadsrc/static/mapinfo/hexen.txt | 4 ++-- wadsrc/static/mapinfo/strife.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wadsrc/static/mapinfo/chex.txt b/wadsrc/static/mapinfo/chex.txt index ac165bee1..62da7476e 100644 --- a/wadsrc/static/mapinfo/chex.txt +++ b/wadsrc/static/mapinfo/chex.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 5, "ZorchPropulsor" weaponslot = 6, "PhasingZorcher" weaponslot = 7, "LAZDevice" - dimcolor = "50 80 00" - dimamount = 0.35 + dimcolor = "1a 30 00" + dimamount = 0.5 bluramount = 0.0 menuslidercolor = "Orange" definventorymaxamount = 25 diff --git a/wadsrc/static/mapinfo/doomcommon.txt b/wadsrc/static/mapinfo/doomcommon.txt index 04553e1a4..eaa31d18a 100644 --- a/wadsrc/static/mapinfo/doomcommon.txt +++ b/wadsrc/static/mapinfo/doomcommon.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 5, "RocketLauncher" weaponslot = 6, "PlasmaRifle" weaponslot = 7, "BFG9000" - dimcolor = "80 70 00" - dimamount = 0.35 + dimcolor = "30 26 00" + dimamount = 0.5 bluramount = 0.0 menuslidercolor = "Orange" definventorymaxamount = 25 diff --git a/wadsrc/static/mapinfo/heretic.txt b/wadsrc/static/mapinfo/heretic.txt index e34291ed0..07e5e3336 100644 --- a/wadsrc/static/mapinfo/heretic.txt +++ b/wadsrc/static/mapinfo/heretic.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 5, "SkullRod" weaponslot = 6, "PhoenixRod" weaponslot = 7, "Mace" - dimcolor = "00 00 80" - dimamount = 0.35 + dimcolor = "00 00 40" + dimamount = 0.5 bluramount = 0 menuslidercolor = "Orange" definventorymaxamount = 16 diff --git a/wadsrc/static/mapinfo/hexen.txt b/wadsrc/static/mapinfo/hexen.txt index 350a0ea84..5dfa50c0d 100644 --- a/wadsrc/static/mapinfo/hexen.txt +++ b/wadsrc/static/mapinfo/hexen.txt @@ -35,8 +35,8 @@ gameinfo weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost" weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning" weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge" - dimcolor = "00 00 80" - dimamount = 0.35 + dimcolor = "00 00 40" + dimamount = 0.5 bluramount = 0.0 menuslidercolor = "Orange" definventorymaxamount = 25 diff --git a/wadsrc/static/mapinfo/strife.txt b/wadsrc/static/mapinfo/strife.txt index 180a762d5..b4649c262 100644 --- a/wadsrc/static/mapinfo/strife.txt +++ b/wadsrc/static/mapinfo/strife.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 6, "FlameThrower" weaponslot = 7, "Mauler2", "Mauler" weaponslot = 8, "Sigil" - dimcolor = "80 70 00" - dimamount = 0.35 + dimcolor = "30 26 00" + dimamount = 0.5 bluramount = 0 menuslidercolor = "Orange" definventorymaxamount = 25