Skip to content

Instantly share code, notes, and snippets.

@NickDiMucci
Created February 26, 2013 16:53
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 NickDiMucci/5040059 to your computer and use it in GitHub Desktop.
Save NickDiMucci/5040059 to your computer and use it in GitHub Desktop.
Setting the speed in Start
void Start() {
speed = 15.0f;
// Other code here...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment