adjusts pool timer from 30 to 25 in attempt to fix physics bug, thought per Owen

This commit is contained in:
Damen 2019-01-13 22:20:01 -05:00
parent 7cb9af3806
commit 0348faf02d

View File

@ -11,7 +11,7 @@
/* ** Definitions ** */
#define POCKET_RADIUS ( 0.09 )
#define POOL_TIMER_SPEED ( 30 )
#define POOL_TIMER_SPEED ( 25 )
#define DEFAULT_AIM ( 0.38 )
#define DEFAULT_POOL_STRING "Pool Table\n{FFFFFF}Press ENTER To Play"
#define POOL_FEE_RATE ( 0.02 )