menu
flame package
documentation
game.dart
Game
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
void
update
(
double
dt
)
This should update the state of the game.
Implementation
void update(double dt);
flame package
documentation
game
Game
update abstract method
Game class