Created
May 7, 2018 05:31
-
-
Save gegagome/c84fff574db401a14301bcd1864198ee to your computer and use it in GitHub Desktop.
help with endless run
This file contains 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
void Checker (int i) | |
{ | |
if (_silenceSprites[i].enabled != true) | |
{ | |
_silenceSprites[i].enabled = true; | |
} | |
else | |
{ | |
_silenceSprites[i].enabled = false; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment