//! Positioning objects on the screen
pubmodlayered;pubmodsplit;pubmodstack;/// In what direction something is facing
pubenumOrientation{/// Like this:
/// ```
/// ^
/// |
/// |
/// |
/// ```
Vertical,/// Like this:
/// ```
/// --->
/// ```
Horizontal,}