diff --git a/godot/maps/teams/blue_team.tres b/godot/maps/teams/blue_team.tres index 2f113bf..db89a33 100644 --- a/godot/maps/teams/blue_team.tres +++ b/godot/maps/teams/blue_team.tres @@ -2,3 +2,5 @@ [resource] name = "Blue Team" +primary_color = Color(0, 0.01666689, 1, 1) +alt_color = Color(0.116666794, 1, 0, 1) diff --git a/godot/maps/teams/red_ream.tres b/godot/maps/teams/red_ream.tres index 89d0bb6..15e3006 100644 --- a/godot/maps/teams/red_ream.tres +++ b/godot/maps/teams/red_ream.tres @@ -2,3 +2,5 @@ [resource] name = "Red Team" +primary_color = Color(1, 0, 0.016666412, 1) +alt_color = Color(0.6166668, 0, 1, 1)