Skip to content

Commit

Permalink
Merge pull request #94 from gelic-idealab/release/v0.5.6
Browse files Browse the repository at this point in the history
Release/v0.5.6
  • Loading branch information
parseccentric authored Jan 17, 2022
2 parents b592c02 + 42df03d commit 68c9654
Show file tree
Hide file tree
Showing 20 changed files with 5,075 additions and 1,875 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@

window.gameInstance.SendMessage(socketIOAdapter, 'OnBump', session_id);
});

window.sync.on('captureStarted', function() {

window.gameInstance.SendMessage(socketIOAdapter, 'OnCaptureStarted');

});

// Perform actions when the user closes the tab
window.addEventListener('beforeunload', function (e) {
Expand Down
Loading

0 comments on commit 68c9654

Please sign in to comment.