Changeset 11568 for code/branches/FlappyOrx_HS17/src/modules/flappyorx
- Timestamp:
- Nov 20, 2017, 2:16:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.h
r11565 r11568 159 159 const std::string Asteroid15[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"}; 160 160 const std::string Asteroid20[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"}; 161 162 const std::string DeathMessage10[6] = { 163 "Game Over, /n but you should really try again", 164 "Game Over! /n You can do better, can you?", 165 "Game Over! /n Hey maybe you get a paticipation award, that's good isn't it?", 166 "Game Over! /n Hey congratulations, you get an medal, a wooden one", 167 "Game Over! /n That was flappin bad!", 168 "Game Over! /n Well that was a waste of time"}; 169 const std::string DeathMessage30[6] = {"Asteroid6_1","Asteroid6_2","Asteroid6_3","Asteroid6_4","Asteroid6_5","Asteroid6_6"}; 170 const std::string DeathMessage50[6] = {"Asteroid9_1","Asteroid9_2","Asteroid9_3","Asteroid9_4","Asteroid9_5","Asteroid9_6"}; 171 const std::string DeathMessageover50[6] = {"Asteroid12_1","Asteroid12_2","Asteroid12_3","Asteroid12_4","Asteroid12_5","Asteroid12_6"}; 161 172 162 173
Note: See TracChangeset
for help on using the changeset viewer.