Added option for arena colors

This commit is contained in:
Tercio Jose
2021-05-19 20:23:16 -03:00
parent eba3036d02
commit 4882b39a2c
3 changed files with 37 additions and 6 deletions
-5
View File
@@ -465,11 +465,6 @@ 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