Tweak team name colors

This commit is contained in:
Sofia 2026-07-22 02:00:14 +03:00
parent 034c50d6f5
commit c937635efe
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
[resource]
name = "Blue Team"
color = Color(0, 0, 1, 1)
color = Color(0, 0.7411765, 1, 1)

View File

@ -2,4 +2,4 @@
[resource]
name = "Red Team"
color = Color(1, 0, 0, 1)
color = Color(1, 0.35686275, 0.3647059, 1)