mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
fix formatting
This commit is contained in:
@ -83,8 +83,8 @@ class MyGame extends BaseGame {
|
||||
|
||||
if (loaded) {
|
||||
canvas.drawRect(
|
||||
Rect.fromLTWH(50, 50, flareAnimation.width, flareAnimation.height),
|
||||
paint,
|
||||
Rect.fromLTWH(50, 50, flareAnimation.width, flareAnimation.height),
|
||||
paint,
|
||||
);
|
||||
|
||||
flareAnimation.render(canvas, x: 50, y: 50);
|
||||
|
||||
Reference in New Issue
Block a user