Created
August 22, 2019 08:10
-
-
Save sasherafat-zz/973b55127c4a6827ce6e9729e681e400 to your computer and use it in GitHub Desktop.
start function
This file contains hidden or 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
// 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