mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
formatting files
This commit is contained in:
committed by
Erick (CptBlackPixel)
parent
411a39fd72
commit
51d259038f
@ -29,7 +29,8 @@ class TiledGame extends BaseGame {
|
||||
return;
|
||||
}
|
||||
for (TmxObject obj in obj.tmxObjects) {
|
||||
final Rect rect = Rect.fromLTWH(obj.x.toDouble(), obj.y.toDouble(), 30.0, 30.0);
|
||||
final Rect rect =
|
||||
Rect.fromLTWH(obj.x.toDouble(), obj.y.toDouble(), 30.0, 30.0);
|
||||
final position = Position(obj.x.toDouble(), obj.y.toDouble());
|
||||
a.getSprite().renderPosition(canvas, position);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user