mixins/jumper library
Enums
Mixins
- Jumper
-
Mixin used to adds the jumper behavior. It's useful to platform games.
OBS: It's needed adds a force to simulate gravity like. Example:
BonfireWidget(
globalForces:
GravityForce2D(),
, )
GravityForce2D(),
,
)