How do I get all sprites?

How can get a list of all sprites regardless of type?

2 Likes

Make all sprites the same type then use the array of all sprites of type to finish.

All sprites of kind (player) and all sprites of kind (enemy) and all sprites of kind (food) etc.