Tweaked test ship positioning

master
Mark 2024-01-14 11:11:38 -08:00
parent e850a13f71
commit c62fa0b4d5
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 2 additions and 2 deletions

View File

@ -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();