- Timestamp:
- Dec 4, 2017, 3:57:10 PM (8 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.