mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
Move files to src and comply with the dart package layout convention (#621)
* 👌 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>
This commit is contained in:
9
lib/effects.dart
Normal file
9
lib/effects.dart
Normal file
@ -0,0 +1,9 @@
|
||||
export 'src/effects/combined_effect.dart';
|
||||
export 'src/effects/effects.dart';
|
||||
export 'src/effects/effects_handler.dart';
|
||||
export 'src/effects/move_effect.dart';
|
||||
export 'src/effects/rotate_effect.dart';
|
||||
export 'src/effects/scale_effect.dart';
|
||||
export 'src/effects/sequence_effect.dart';
|
||||
|
||||
export 'src/extensions/vector2.dart';
|
||||
Reference in New Issue
Block a user