Skip to content

Instantly share code, notes, and snippets.

@sharafian
Created August 19, 2019 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharafian/f2f6958cb31f7bc63cdec5a2ca6c4ed2 to your computer and use it in GitHub Desktop.
Save sharafian/f2f6958cb31f7bc63cdec5a2ca6c4ed2 to your computer and use it in GitHub Desktop.
Monetization Progress
if (document.monetization) {
document.monetization.addEventListener('monetizationprogress', ev => {
globalGameState.cash += Number(ev.detail.amount)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment