Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sasherafat-zz/973b55127c4a6827ce6e9729e681e400 to your computer and use it in GitHub Desktop.
Save sasherafat-zz/973b55127c4a6827ce6e9729e681e400 to your computer and use it in GitHub Desktop.
start function
// Use this for initialization
void Start () {
// Spawn food every 4 seconds, starting in 3
InvokeRepeating("Spawn", 3, 4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment