

| Without level editor | With level editor |
from humerus.options import Options | from humerus.options import Options |
from humerus.hgame import HGame | from humerus.hegame import HEGame |
from humerus.hshell import HShell | from humerus.heshell import HEShell |
my_shell.run()
| Class Name | Base Class | Usage |
| MainMenuTitle | Label | Title of the main menu screen |
| MainMenuButton | Button | Buttons of the main menu screen |
| EditMenuTitle | Label | Title of the editor menu screen |
| EditMenuButton | Button | Buttons of the editor menu screen |