mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-20 15:08:36 +08:00
Renamed doc to docs and minor language fixes
This commit is contained in:
7
docs/examples/with_widgets_overlay/lib/main.dart
Normal file
7
docs/examples/with_widgets_overlay/lib/main.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import './example_game.dart';
|
||||
|
||||
void main() {
|
||||
runApp(ExampleGame().widget);
|
||||
}
|
||||
Reference in New Issue
Block a user