Skip to content

Instantly share code, notes, and snippets.

@AlabasterAxe
Created November 10, 2020 00:07
Show Gist options
  • Select an option

  • Save AlabasterAxe/4f745a988733171bfd0da11b1fee1413 to your computer and use it in GitHub Desktop.

Select an option

Save AlabasterAxe/4f745a988733171bfd0da11b1fee1413 to your computer and use it in GitHub Desktop.
Initializing the obstacles for the Flutter Dino Game
List<Cactus> obstacles = [
Cactus(location: Offset(200, 0)),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment