This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1AKbdZ4kehets4jpm6jAsNM5FrWKrNoMS4 https://explorer.blockstack.org/address/1AKbdZ4kehets4jpm6jAsNM5FrWKrNoMS4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run code every # (here 200) milliseconds | |
function ticker() { | |
var now = 0; | |
var ticks = 0; | |
var delta = 0; | |
(function tick() { | |
now = Date.now(); |