flame icon indicating copy to clipboard operation
flame copied to clipboard

A Flutter based game engine.

Results 295 flame issues
Sort by recently updated
recently updated
newest added

### 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:...

bug

### 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...

bug

## 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?...

bug

### 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...

bug