mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
better starting p.
This commit is contained in:
parent
cb2be577b1
commit
dec3a16f0f
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue