online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/TimerLabels.gd')
-rw-r--r--ui/TimerLabels.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/TimerLabels.gd b/ui/TimerLabels.gd
index 03e8aee..b04e262 100644
--- a/ui/TimerLabels.gd
+++ b/ui/TimerLabels.gd
@@ -28,7 +28,7 @@ func _ready() -> void:
set_time(TIME)
set_color()
colorrect.show_behind_parent = true
- Events.connect("turn_over", self, "set_color")
+ Events.connect("data_recieved", self, "set_color")
Events.connect("game_over", self, "_on_game_over")