Skip to content

Instantly share code, notes, and snippets.

@AlShevelev
Created November 25, 2023 15:01
Show Gist options
  • Save AlShevelev/9cf4b5679655b112ae88e19bafc53826 to your computer and use it in GitHub Desktop.
Save AlShevelev/9cf4b5679655b112ae88e19bafc53826 to your computer and use it in GitHub Desktop.
void main() {
runApp(
GameWidget(game: TiledGame()),
);
}
class TiledGame extends FlameGame with ScaleDetector, TapDetector {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment