basic 5050
[carveJwlIkooP6JGAAIwe30JlM.git] / common.h
index 79ea5265adc3b4117221f26d9f1038cf045bd3d0..6bb6951c633852a10909e05e8a3e44ca70a83238 100644 (file)
--- a/common.h
+++ b/common.h
@@ -131,7 +131,10 @@ VG_STATIC float
    k_spring_angular        = 1.0f,
 
    k_spring_force          = 15.0f,
-   k_spring_dampener       = 5.0f;
+   k_spring_dampener       = 5.0f,
+
+   k_grind_spring          = 100.0f,
+   k_grind_dampener        = 1.0f;
 
 
 VG_STATIC float
@@ -169,6 +172,9 @@ VG_STATIC void common_var_temp(void)
    VG_VAR_F32( k_cam_damp );
    VG_VAR_F32( k_cam_spring );
 
+   VG_VAR_F32( k_grind_dampener );
+   VG_VAR_F32( k_grind_spring );
+
    VG_VAR_F32( k_walkspeed );
    VG_VAR_F32( k_stopspeed );
    VG_VAR_F32( k_airspeed );