feat: change theme
This commit is contained in:
@@ -72,7 +72,7 @@ class HokmGame extends FlameGame {
|
||||
HokmGame(this.cubit, {this.skin = 'simple'});
|
||||
|
||||
@override
|
||||
Color backgroundColor() => const Color(0xFF0C3A1B);
|
||||
Color backgroundColor() => AppColors.lapisNight;
|
||||
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
|
||||
Reference in New Issue
Block a user