Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 495 Bytes

scenes.rst

File metadata and controls

21 lines (13 loc) · 495 Bytes

All About Scenes

Scenes are the terrain where sprites act. Each game has multiple scenes and may transition at any time.

ppb.BaseScene

background_color

An RGB triple of the background, eg (0, 127, 255)

main_camera

An object representing the view of the scene that's rendered