mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
* 👌 Use `Offset` type directly in `JoystickAction.update` calculations (#631) * Move files to src and comply with the dart package layout convention * Fixing widgets example Co-authored-by: Serge Matveenko <lig@countzero.co> Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
8 lines
200 B
Dart
8 lines
200 B
Dart
export 'src/game/base_game.dart';
|
|
export 'src/game/game.dart';
|
|
export 'src/game/game_widget.dart';
|
|
|
|
export 'src/extensions/vector2.dart';
|
|
export 'src/fps_counter.dart';
|
|
export 'src/text_config.dart';
|