This commit is contained in:
Zenn 2023-08-19 19:57:55 +02:00
parent ba5662a17e
commit 2c47c3ad9a

View file

@ -90,7 +90,7 @@ pub unsafe extern "C" fn loop_() {
walls
.push(Player {
bitmap: get_sprite_addr!(pills),
bitmap_frame: 2,
bitmap_frame: random_less_than(3) as u8,
x: random_between(10, 64) as i16,
y: random_between(10, 64) as i16,
})