Skip to content

Instantly share code, notes, and snippets.

@amuhororo
Last active August 26, 2020 10:25
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 amuhororo/a658cdafeb036a9b62fe76eafa58b6c7 to your computer and use it in GitHub Desktop.
Save amuhororo/a658cdafeb036a9b62fe76eafa58b6c7 to your computer and use it in GitHub Desktop.
起動時からカウントする。
[iscript]
f.playtime = 0;
setInterval(function(){
++f.playtime;
}, 1000);
[endscript]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment