|
|
@ -22,12 +22,12 @@ class HomeBloc extends Bloc<HomeEvent, HomeState> { |
|
|
|
final List<MissionLocation> bottomLocationList = [ |
|
|
|
MissionLocation(bottom: -30, left: 30, index: 1), |
|
|
|
MissionLocation(bottom: 50, left: 100, index: 2), |
|
|
|
MissionLocation(bottom: 150, left: 50, index: 3), |
|
|
|
MissionLocation(bottom: 250, left: 130, index: 4), |
|
|
|
MissionLocation(bottom: 300, right: 50, index: 5), |
|
|
|
MissionLocation(bottom: 150, left: 60, index: 3), |
|
|
|
MissionLocation(bottom: 210, left: 120, index: 4), |
|
|
|
MissionLocation(bottom: 250, right: 60, index: 5), |
|
|
|
MissionLocation(top: 170, right: 40, index: 6), |
|
|
|
MissionLocation(top: 70, right: 70, index: 7), |
|
|
|
MissionLocation(top: -20, right: 60, index: 8), |
|
|
|
MissionLocation(top: -20, right: 70, index: 8), |
|
|
|
]; |
|
|
|
|
|
|
|
final List<MissionLocation> topLocationList = [ |
|
|
|