Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2017, 3:57:10 PM (7 years ago)
Author:
merholzl
Message:

level preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FlappyOrx_HS17/src/modules/flappyorx/FlappyOrx.cc

    r11630 r11631  
    116116            return;
    117117
    118         int space = 120;    //vertical space between top and bottom tube
     118        int space = 130;    //vertical space between top and bottom tube
    119119        int height = (float(rand())/RAND_MAX-0.5)*(280-space);  //Randomize height
    120120           
Note: See TracChangeset for help on using the changeset viewer.