Skip to content

Instantly share code, notes, and snippets.

@AlabasterAxe
Created November 9, 2020 23:38
Show Gist options
  • Save AlabasterAxe/5afd9f1fe30c6ead3ffb43de410af899 to your computer and use it in GitHub Desktop.
Save AlabasterAxe/5afd9f1fe30c6ead3ffb43de410af899 to your computer and use it in GitHub Desktop.
The Sprite class for a Flutter implementation of the Google Chrome Dino Game
class Sprite {
String imagePath;
int imageWidth;
int imageHeight;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment