import 'package:flame_forge2d/flame_forge2d.dart'; class TestGame extends Forge2DGame { TestGame() { images.prefix = ''; } }