1
0
Fork 0

Arrows for VERTREV's CLB/DES should be amber.

This commit is contained in:
Dave 'Gizmo' Gymer 2020-05-18 17:19:22 +01:00 committed by Jonathan Redpath
parent 18dc990fbb
commit de2da1bafe

View file

@ -71,7 +71,7 @@ var vertRev = {
# When CLB/DES are shown, a small "OR" should be shown between them.
# The 'arrows' for CLB/DES should actually be asterisks.
me.arrowsMatrix = [[0, 0, 0, 1, 1, 1], [0, 1, 0, 0, 0, 1]];
me.arrowsColour = [["ack", "ack", "ack", "wht", "wht", "wht"], ["ack", "wht", "ack", "ack", "wht", "wht"]];
me.arrowsColour = [["ack", "ack", "ack", "wht", "wht", "amb"], ["ack", "wht", "ack", "ack", "wht", "amb"]];
me.fontMatrix = [[0, 0, 1, 0, 0, 0], [0, 0, 1, 0, 0, 0]];
} else {
me.title = ["VERT REV", " AT ", me.id];