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