mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
refactor classes in game.dart to separate files
This commit is contained in:
@ -2,7 +2,7 @@ import 'dart:ui';
|
||||
|
||||
import 'package:flame/box2d/box2d_component.dart';
|
||||
import 'package:flame/components/component.dart';
|
||||
import 'package:flame/game.dart';
|
||||
import 'package:flame/game/base_game.dart';
|
||||
|
||||
class Box2DGame extends BaseGame {
|
||||
final Box2DComponent box;
|
||||
|
||||
Reference in New Issue
Block a user