|
|
@ -43,7 +43,7 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> { |
|
|
LevelLocation(bottom: 50, left: 100, index: 2), |
|
|
LevelLocation(bottom: 50, left: 100, index: 2), |
|
|
LevelLocation(bottom: 150, left: 60, index: 3), |
|
|
LevelLocation(bottom: 150, left: 60, index: 3), |
|
|
LevelLocation(bottom: 210, left: 110, index: 4), |
|
|
LevelLocation(bottom: 210, left: 110, index: 4), |
|
|
LevelLocation(bottom: 250, right: 60, index: 5), |
|
|
|
|
|
|
|
|
LevelLocation(bottom: 260, right: 70, index: 5), |
|
|
LevelLocation(top: 170, right: 40, index: 6), |
|
|
LevelLocation(top: 170, right: 40, index: 6), |
|
|
LevelLocation(top: 70, right: 70, index: 7), |
|
|
LevelLocation(top: 70, right: 70, index: 7), |
|
|
LevelLocation(top: -20, right: 70, index: 8), |
|
|
LevelLocation(top: -20, right: 70, index: 8), |
|
|
|