From c11911f75ff3535dfab1d1ae656cd6fdf71f554e Mon Sep 17 00:00:00 2001 From: Sofia Date: Mon, 3 Aug 2026 20:34:53 +0300 Subject: [PATCH] Add blue_team and red_team colors back --- godot/maps/teams/blue_team.tres | 2 ++ godot/maps/teams/red_ream.tres | 2 ++ 2 files changed, 4 insertions(+) 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)