Skip to content

Commit

Permalink
Fixing teams having same colors in multiplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
wamiqurrehman093 committed Jan 20, 2024
1 parent a4ee698 commit 1a7e0c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/Gameplay/Game/Game.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ outline_color = Color( 0, 0, 0, 1 )
use_filter = true
font_data = ExtResource( 50 )

[sub_resource type="StyleBoxTexture" id=2]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 800, 500 )
modulate_color = Color( 0.517647, 0.517647, 0.517647, 1 )

[sub_resource type="DynamicFont" id=3]
size = 36
outline_size = 3
outline_color = Color( 0, 0, 0, 1 )
use_filter = true
font_data = ExtResource( 50 )

[sub_resource type="StyleBoxTexture" id=2]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 800, 500 )
modulate_color = Color( 0.517647, 0.517647, 0.517647, 1 )

[sub_resource type="Theme" id=4]
default_font = SubResource( 3 )
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
Expand All @@ -85,7 +85,7 @@ LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
LineEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
LineEdit/constants/minimum_spaces = 12
LineEdit/fonts/font = null
LineEdit/fonts/font = SubResource( 3 )
LineEdit/icons/clear = null
LineEdit/styles/focus = SubResource( 2 )
LineEdit/styles/normal = SubResource( 2 )
Expand Down

0 comments on commit 1a7e0c2

Please sign in to comment.