Skip to content

Commit

Permalink
fix: walk speed mixin should be on entity (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtome authored Oct 7, 2024
1 parent 2de6bb9 commit 4bdf618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/leap/lib/src/entities/mixins/has_walk_speed.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
mixin HasWalkSpeed {
import 'package:leap/src/entities/physical_entity.dart';

mixin HasWalkSpeed on PhysicalEntity {
/// Wether or not this is currently facing left
bool faceLeft = false;

Expand Down

0 comments on commit 4bdf618

Please sign in to comment.