carlossless / quibble

Fork of code.google.com/p/quibble
https://code.google.com/p/quibble
0 stars 0 forks source link

morka: speed adjustment #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The game runs too fast. It needs few adjustments:

1. Rabbit jumping off the mushrooms max speed should be slower.

2. Water should slow down rabbits even more.

3. Jump off the ground should add less speed than now.

4. Rabbit should be running tiny slower.

Original issue reported on code.google.com by domas.ma...@gmail.com on 8 Feb 2013 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by domas.ma...@gmail.com on 8 Feb 2013 at 9:44

GoogleCodeExporter commented 9 years ago
1. -
2. Water slow changed from 0.9 to 1.9
3. Jump off ground x force changed from 50000.0 to 45000.0
4. Rabbit passive speed changed from 550.0 to 500.0

Original comment by tadb...@gmail.com on 8 Feb 2013 at 1:16

GoogleCodeExporter commented 9 years ago
5. Rabbit landing time should be decreased. Right now it feels like a feather.

Original comment by domas.ma...@gmail.com on 12 Feb 2013 at 10:30

GoogleCodeExporter commented 9 years ago
5. Increased gravity from 5000 to 6000, gave all rabbits a minimum of 400 yjump 
to compensate.

Original comment by tadb...@gmail.com on 13 Feb 2013 at 9:45