better starting p.

This commit is contained in:
Lokathor 2022-12-22 21:14:03 -07:00
parent cb2be577b1
commit dec3a16f0f

View file

@ -37,8 +37,8 @@ impl Rect {
extern "C" fn main() -> ! { extern "C" fn main() -> ! {
// game simulation setup // game simulation setup
let mut creatures = [Position::default(); 5]; let mut creatures = [Position::default(); 5];
creatures[0].x = 13; creatures[0].x = 11;
creatures[0].y = 37; creatures[0].y = 14;
// //
creatures[1].x = 41; creatures[1].x = 41;
creatures[1].y = 38; creatures[1].y = 38;