Classes
Class | Description | |
---|---|---|
![]() | EnemyPlane | |
![]() | Game |
Initialization of the SideScrollerGame, creation of all further instances used during the game.
View code on GitHub |
![]() | InteractionLogics | |
![]() | Menu | |
![]() | ParallaxBackground | |
![]() | Plane |
Abstract base airplane that holds the funtionality PlayerPlane and EnemyPlane have in common.
View code on GitHub |
![]() | Plane TimeAndPositionUpdate | |
![]() | PlayerControls | |
![]() | PlayerPlane | |
![]() | PlayerPlane PlayerMovement | |
![]() | Velocity2D |
Component for any Entity moving around in 2D space with velocity limited to a maximum value
It can be accelerated (or decelerated, which is the same) by a vector, by magnitude and direction,
or by a scalar factor
View code on GitHub |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | DefRenderLayer |