✨ Measuring time the player needed to answer
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
event.returnValue = '';
|
||||
};
|
||||
|
||||
socket.on('time_sync', (data) => {
|
||||
socket.emit('echo_time_sync', data);
|
||||
});
|
||||
|
||||
// Socket-events
|
||||
socket.on('joined_game', (data) => {
|
||||
gameData = data;
|
||||
|
||||
Reference in New Issue
Block a user