flame_forge2d_tiled 0.1.0 copy "flame_forge2d_tiled: ^0.1.0" to clipboard
flame_forge2d_tiled: ^0.1.0 copied to clipboard

outdated

A package that combines [Tiled Map Editor](https://www.mapeditor.org) + [Flame Game Engine with Physics](https://github.com/flame-engine/flame)

example/lib/main.dart

import "package:flame/flame.dart";
import "package:flame/game.dart";
import "package:flutter/material.dart";

import "game.dart";

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  await Flame.device.fullScreen();
  await Flame.device.setLandscapeLeftOnly();
  runApp(
    GameWidget(
      game: GameInstance(
        tmxFile: "map.tmx",
      ),
    ),
  );
}
2
likes
0
points
17
downloads

Publisher

verified publisheraeb-dev.me

Weekly Downloads

A package that combines [Tiled Map Editor](https://www.mapeditor.org) + [Flame Game Engine with Physics](https://github.com/flame-engine/flame)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flame, flame_forge2d, flutter, forge2d, tmx_parser

More

Packages that depend on flame_forge2d_tiled