Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gegagome/c84fff574db401a14301bcd1864198ee to your computer and use it in GitHub Desktop.
Save gegagome/c84fff574db401a14301bcd1864198ee to your computer and use it in GitHub Desktop.
help with endless run
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