Last active
November 10, 2020 00:12
-
-
Save AlabasterAxe/87dd79ae007bf5daf2ccbfff64c3a22c to your computer and use it in GitHub Desktop.
The Dinosaur's implementation of die()
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
| 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