Add blue_team and red_team colors back

This commit is contained in:
Sofia 2026-08-03 20:34:53 +03:00
parent 40c119d1c8
commit c11911f75f
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,5 @@
[resource]
name = "Blue Team"
primary_color = Color(0, 0.01666689, 1, 1)
alt_color = Color(0.116666794, 1, 0, 1)

View File

@ -2,3 +2,5 @@
[resource]
name = "Red Team"
primary_color = Color(1, 0, 0.016666412, 1)
alt_color = Color(0.6166668, 0, 1, 1)