From: William K. <nb...@so...> - 2001-09-10 22:30:11
|
On Mon, Sep 10, 2001 at 03:13:31PM -0700, Jacob Greig wrote: > <snip> > > i agree. i really need to be able to slow the game down a littel before > i can give more input for what options I think are needed. You can try adjusting the FPS value at the top of "src/game.c" for now. > one thing I have noticed is now that there are muliple waves, the waves > go by too fast. id like to see an option for selecting how many comits > fall per wave. Comet dropping speed, as well as # of comets per wave are based on the current wave. "reset_level()" function in "src/game.c" set these when the wave begins. -bill! |