Open
Description
Currently, game.dart
has import 'package:scene_demo/demo/leaderboard.dart';
, yet leaderboard.dart
has import 'package:scene_demo/demo/game.dart';
.
Although it works, it does not seem to be a good way of doing it.
It seems that leaderboard only needs HUDBox
. Why not refactor it out of game.dart
?
Metadata
Metadata
Assignees
Labels
No labels