diff --git a/app/assets/images/maps/lanka_dahan_bg.jpg b/app/assets/images/maps/lanka_dahan_bg.jpg index fb11a63..b291a1c 100644 Binary files a/app/assets/images/maps/lanka_dahan_bg.jpg and b/app/assets/images/maps/lanka_dahan_bg.jpg differ diff --git a/app/lib/game/game_engine.dart b/app/lib/game/game_engine.dart index 3106587..1e4f1a7 100644 --- a/app/lib/game/game_engine.dart +++ b/app/lib/game/game_engine.dart @@ -337,6 +337,7 @@ class _GameEngineState extends State { decoration: BoxDecoration( image: DecorationImage( image: AssetImage('assets/images/maps/${widget.level}_bg.jpg'), + alignment: Alignment.topCenter, fit: BoxFit.cover, ), ),