Skip to content

Instantly share code, notes, and snippets.

@Aaeeschylus
Created November 8, 2015 11:50
Show Gist options
  • Save Aaeeschylus/818efc6b09de9cfa9283 to your computer and use it in GitHub Desktop.
Save Aaeeschylus/818efc6b09de9cfa9283 to your computer and use it in GitHub Desktop.
what i am planning to use for spawning
var level1Time = 0;
function level1TotalTimeUpdate(){
level1Time = level1Time + deltaTime;
}
function level1Spawning() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment