|
|
@ -172,8 +172,8 @@ void main() {
|
|
|
|
final pathway = Pathway.ellipse(
|
|
|
|
final pathway = Pathway.ellipse(
|
|
|
|
center: Vector2.zero(),
|
|
|
|
center: Vector2.zero(),
|
|
|
|
width: width,
|
|
|
|
width: width,
|
|
|
|
bigRadius: 150,
|
|
|
|
majorRadius: 150,
|
|
|
|
smallRadius: 70,
|
|
|
|
minorRadius: 70,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
await game.ready();
|
|
|
|
await game.ready();
|
|
|
|
await game.ensureAdd(pathway);
|
|
|
|
await game.ensureAdd(pathway);
|
|
|
@ -189,8 +189,8 @@ void main() {
|
|
|
|
final pathway = Pathway.ellipse(
|
|
|
|
final pathway = Pathway.ellipse(
|
|
|
|
center: Vector2.zero(),
|
|
|
|
center: Vector2.zero(),
|
|
|
|
width: width,
|
|
|
|
width: width,
|
|
|
|
bigRadius: 150,
|
|
|
|
majorRadius: 150,
|
|
|
|
smallRadius: 70,
|
|
|
|
minorRadius: 70,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
await game.ready();
|
|
|
|
await game.ready();
|
|
|
|
await game.ensureAdd(pathway);
|
|
|
|
await game.ensureAdd(pathway);
|
|
|
|