Make the player name colours easier to read
This commit is contained in:
parent
727f63fe31
commit
3cebef3471
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user