MAX_ACTIVE_SPRITES

Constant MAX_ACTIVE_SPRITES 

Source
pub const MAX_ACTIVE_SPRITES: usize = 64;
Expand description

Hard cap on simultaneously active sprites. The active list is pruned every tick so this only matters during a key-mash spawn burst; 64 is well above MD2’s practical limit (~5-10).