Arena team 2 now has purple color instead of yellow
This commit is contained in:
@@ -465,6 +465,11 @@ function Details:StartMeUp() --I'll never stop!
|
||||
--coach feature startup
|
||||
Details.Coach.StartUp()
|
||||
|
||||
--make the green color in arena be purple
|
||||
Details.class_colors.ARENA_GREEN[1] = 175/255 --r
|
||||
Details.class_colors.ARENA_GREEN[2] = 98/255 --g
|
||||
Details.class_colors.ARENA_GREEN[3] = 255/255 --b
|
||||
|
||||
--force the group edit be always enabled when Details! starts
|
||||
_detalhes.options_group_edit = true
|
||||
|
||||
@@ -477,6 +482,8 @@ function Details:StartMeUp() --I'll never stop!
|
||||
--enforce to show 6 abilities on the tooltip
|
||||
--_detalhes.tooltip.tooltip_max_abilities = 6 freeeeeedooommmmm
|
||||
|
||||
|
||||
|
||||
--Plater integration
|
||||
C_Timer.After(2, function()
|
||||
_detalhes:RefreshPlaterIntegration()
|
||||
|
||||
Reference in New Issue
Block a user