Skip to content

Instantly share code, notes, and snippets.

@AlabasterAxe
Last active November 10, 2020 00:12
Show Gist options
  • Select an option

  • Save AlabasterAxe/87dd79ae007bf5daf2ccbfff64c3a22c to your computer and use it in GitHub Desktop.

Select an option

Save AlabasterAxe/87dd79ae007bf5daf2ccbfff64c3a22c to your computer and use it in GitHub Desktop.
The Dinosaur's implementation of die()
void die() {
state = DinoState.dead;
frame = 6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment