refacto: Changing gameplay so teams don't know what the other team got + both teams can now chart the same cell without knowing + planet capture gameplay implemented
This commit is contained in:
@@ -352,8 +352,8 @@ body {
|
||||
}
|
||||
|
||||
.scoreTeam--blue .scoreVP {
|
||||
color: rgba(130, 230, 130, 1);
|
||||
text-shadow: 0 0 16px rgba(90, 200, 130, 0.35);
|
||||
color: rgba(90, 200, 255, 1);
|
||||
text-shadow: 0 0 16px rgba(90, 200, 255, 0.4);
|
||||
}
|
||||
|
||||
.scoreTeam--red .scoreValue {
|
||||
@@ -362,8 +362,8 @@ body {
|
||||
}
|
||||
|
||||
.scoreTeam--red .scoreVP {
|
||||
color: rgba(230, 150, 80, 1);
|
||||
text-shadow: 0 0 16px rgba(220, 130, 60, 0.35);
|
||||
color: rgba(220, 75, 85, 1);
|
||||
text-shadow: 0 0 16px rgba(220, 75, 85, 0.4);
|
||||
}
|
||||
|
||||
.scoreSep {
|
||||
|
||||
Reference in New Issue
Block a user