Skip to content

Instantly share code, notes, and snippets.

@razorenov
Created November 26, 2016 19:28
Show Gist options
  • Save razorenov/5448c1ce92433b68542b39f19fbb2c7d to your computer and use it in GitHub Desktop.
Save razorenov/5448c1ce92433b68542b39f19fbb2c7d to your computer and use it in GitHub Desktop.
Small hack for clicker game SpacePlan http://jhollands.co.uk/spaceplan/
kinetigenCheat = function(myAmount) { power += parseFloat(myAmount), totalPowerProduced += parseFloat(myAmount), powerSpan.innerHTML = numberWithCommas(power.toFixed(0)) }
@123212
Copy link

123212 commented May 15, 2017

what does it do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment