Skip to content

Commit 46c29a8

Browse files
authored
fix: changed epic, rare & unique title colors (#6162)
1 parent de662d6 commit 46c29a8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/AvatarEditorHUD/Data/InfoPanelSkins/Epic.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ MonoBehaviour:
1313
m_Name: Epic
1414
m_EditorClassIdentifier:
1515
backgroundColor: {r: 0.2627451, g: 0.56078434, b: 1, a: 1}
16-
rarityNameColor: {r: 0.6039216, g: 0.87058824, b: 0.99607843, a: 1}
16+
rarityNameColor: {r: 0.20392157, g: 0.46666667, b: 0.99607843, a: 1}
1717
gradientColor: {r: 0, g: 0, b: 0, a: 0}
18+
isBase: 0

unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/AvatarEditorHUD/Data/InfoPanelSkins/Rare.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ MonoBehaviour:
1313
m_Name: Rare
1414
m_EditorClassIdentifier:
1515
backgroundColor: {r: 0.20392157, g: 0.80784315, b: 0.4627451, a: 1}
16-
rarityNameColor: {r: 0.6745098, g: 1, b: 0.7294118, a: 1}
16+
rarityNameColor: {r: 0.19215687, g: 0.78431374, b: 0.3882353, a: 1}
1717
gradientColor: {r: 0, g: 0, b: 0, a: 0}
18+
isBase: 0

unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/AvatarEditorHUD/Data/InfoPanelSkins/Unique.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ MonoBehaviour:
1313
m_Name: Unique
1414
m_EditorClassIdentifier:
1515
backgroundColor: {r: 0.99607843, g: 0.63529414, b: 0.09019608, a: 1}
16-
rarityNameColor: {r: 0.96862745, g: 1, b: 0, a: 1}
16+
rarityNameColor: {r: 0.9843137, g: 0.5686275, b: 0.08235294, a: 1}
1717
gradientColor: {r: 1, g: 0.84705883, b: 0.61960787, a: 1}
18+
isBase: 0

0 commit comments

Comments
 (0)