Changeset 11631 for code/branches/FlappyOrx_HS17/src/modules
- Timestamp:
- Dec 4, 2017, 3:57:10 PM (7 years ago)
- Location:
- code/branches/FlappyOrx_HS17/src/modules/flappyorx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc
r11630 r11631 116 116 return; 117 117 118 int space = 1 20; //vertical space between top and bottom tube118 int space = 130; //vertical space between top and bottom tube 119 119 int height = (float(rand())/RAND_MAX-0.5)*(280-space); //Randomize height 120 120 -
code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrxShip.cc
r11624 r11631 53 53 deathTime = 0; 54 54 55 particleLifespan = 0. 08;55 particleLifespan = 0.1; 56 56 particleAge = 0; 57 57
Note: See TracChangeset
for help on using the changeset viewer.