Skip to content

Instantly share code, notes, and snippets.

@shiffman
Last active December 12, 2015 07:08
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 shiffman/4734091 to your computer and use it in GitHub Desktop.
Save shiffman/4734091 to your computer and use it in GitHub Desktop.
// team 1 counter reaches 100, then:
if (!cannonLplaying) {
if (!MPE || ID == 0) {
cannonL.play();
cannonLplaying = true;
println("cannonLplaying");
// Game Over Overlay: THIS IS NOT LOADING
}
} else if (cannonL.time() > 6) {
gameOver = true;
winner = 1;
println("show team 1 wins gifs");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment