GEJM
1.0.0.0
a 2D platformer made by students
Main Page
Namespaces
Classes
Files
Namespace List
Variables
GameDefinitions Namespace Reference
Variables
char const *const
gameTitle
= "GEJM"
char const *const
gameSubtitles
[]
int const
gameSubtitlesSize
= 3
char const *const
gameLost
= "YOU DIED"
char const *const
gameWon
= "YOU WIN"
const int
screenWidth
= 640
const int
screenHeight
= 480
const int
scale
= screenHeight/16
Detailed Description
Hardcoded constants. Replace with information loaded from file ASAP!
Variable Documentation
char const* const GameDefinitions::gameSubtitles[]
Initial value:
=
{
"or: Why we regret we decided to make a platformer"
,
"a simple platformer made by poor students"
,
"made by Michal Lesniak and Dominik Paluch"
}
Generated by
1.8.11