flame
flame copied to clipboard
A Flutter based game engine.
### What happened? Using the following method to load a RenderableTiledMap fails when my maps only have one image associated with them: ```dart renderableTiledMap = await RenderableTiledMap.fromFile( fileName, Vector2.all(tileSize), useAtlas:...
### What happened? I'm getting these errors through crashlytics, so I don't know the exact extent of these crashes. ``` Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Bad state: A Dart object attempted to...
## Description Primarily, this PR allows a creator to add components to a Tiled Component's `RenderableLayer`. Since these layers now draw their child component's after they draw their tile map...
### What happened? This window is not resizable, does not render well on various screen sizes, and has a handle for resizing that does nothing. ### What do you expect?...
### What happened? Going through the Space Shooter tutorial, I noticed there's this point about setting up the `SpriteComponent` for the Player instead of the `PositionComponent` along with the code...