Make the player name colours easier to read

This commit is contained in:
rubenwardy 2015-07-27 18:21:24 +01:00
parent 727f63fe31
commit 3cebef3471

View File

@ -23,9 +23,9 @@ minetest.register_privilege("ctf_admin", {
-- Colors -- Colors
ctf.flag_colors = { ctf.flag_colors = {
red = "0xFF0000", red = "0xFF4444",
cyan = "0x00FFFF", cyan = "0x00FFFF",
blue = "0x0000FF", blue = "0x4466FF",
purple = "0x800080", purple = "0x800080",
yellow = "0xFFFF00", yellow = "0xFFFF00",
green = "0x00FF00", green = "0x00FF00",