slayer_in_the_shadows.__main__#

Platformer Template

Module Contents#

Classes#

StartView

Start view

SettingsView

Settings view

Functions#

main()

Main function

class slayer_in_the_shadows.__main__.StartView[source]#

Bases: arcade.View

Start view

on_show_view()[source]#

This is run once when we switch to this view

on_draw()[source]#

Called when this view should draw

class slayer_in_the_shadows.__main__.SettingsView[source]#

Bases: arcade.View

Settings view

on_show_view()[source]#

This is run once when we switch to this view

on_draw()[source]#

Called when this view should draw

slayer_in_the_shadows.__main__.main()[source]#

Main function