Package pajammin :: Package entity :: Module environ
[show private | hide private]
[frames | no frames]

Module pajammin.entity.environ

Entities that make up the environment, such as the ground, walls, and platforms.
Classes
BouncyPlatform A platform that bounces when something lands on it.
Cloud A cloud.
Decoration Environmental entities that don't interact with anything else in the world.
EditorLabel A label that is shown in the editor, but does nothing during the actual game.
EditorLabelWidget  
Ground An entity representing the solid ground.
LabeledRegion  
LabelWidget  
LevelExit A level exit, which transfers the avatar from one level to another.
MovingPlatform A platform that moves in a cyclic path through a list of waypoints.
PajamaPickup A pajama pickup, which gives the player's avatar a new pajama piece when they touch it.
Platform A thin flat surface that you can stand on.
SolidSpace An invisible 'solid' region.
Teleporter A teleporter, which moves the avatar from one location to another.
Wall A solid wall.

Exceptions
SwitchLevel An exception that is raised to indicate that the avatar should be moved to a different level.