ironkayman / tftm-alien-invasion

Bullet hell shoot-em-up
GNU General Public License v3.0
0 stars 0 forks source link

Replace arcade.Section with arcade.Scene #22

Closed ironkayman closed 1 year ago

ironkayman commented 1 year ago

Sections are more input flow control oriented, while scenes are more about sprite(lists) interactions.

Stage 1

ironkayman commented 1 year ago

Also consider using https://github.com/maarten-dp/arcade-curtains as potentially more high-level abstraction of groups of sprites in a manager.