export function gameEscape(song, chart, gameState) {
  const state = gameState.player(gameState.game.players[0])
  send('song', 'escape', getSongTitle(song))
  send('game', 'escape', getLabel(chart), state.stats.score)
}