Tweaked test ship positioning
parent
e850a13f71
commit
c62fa0b4d5
|
@ -66,7 +66,7 @@ impl<'a> Game {
|
||||||
ShipHandle { index: 0 },
|
ShipHandle { index: 0 },
|
||||||
FactionHandle { index: 1 },
|
FactionHandle { index: 1 },
|
||||||
ShipPersonality::Point,
|
ShipPersonality::Point,
|
||||||
Point2::new(400.0, 0.0),
|
Point2::new(1000.0, 0.0),
|
||||||
);
|
);
|
||||||
|
|
||||||
let s = systemsim.get_ship_mut(&a).unwrap();
|
let s = systemsim.get_ship_mut(&a).unwrap();
|
||||||
|
@ -79,7 +79,7 @@ impl<'a> Game {
|
||||||
ShipHandle { index: 0 },
|
ShipHandle { index: 0 },
|
||||||
FactionHandle { index: 0 },
|
FactionHandle { index: 0 },
|
||||||
ShipPersonality::Dummy,
|
ShipPersonality::Dummy,
|
||||||
Point2::new(0.0, 4000.0),
|
Point2::new(200.0, 2000.0),
|
||||||
);
|
);
|
||||||
|
|
||||||
let s = systemsim.get_ship_mut(&a).unwrap();
|
let s = systemsim.get_ship_mut(&a).unwrap();
|
||||||
|
|
Loading…
Reference in New Issue