X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=a7cb78fc7c1d89f490945cf9cfa0a3a7b69a481b;hb=03aada77bbf0d268216a4ace0281ccb97ea9a409;hp=14bf294e9f9b430f9a6ac292e688acec1d8a8899;hpb=38672ec938499ce9e610c3e1848e74880b78a845;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index 14bf294..a7cb78f 100644 --- a/common.h +++ b/common.h @@ -117,6 +117,8 @@ VG_STATIC float k_pitch_limit = 1.5f, k_look_speed = 2.0f, + k_spin_boost = 1.5f, + k_cog_spring = 0.2f, k_cog_damp = 0.02f, k_cog_mass_ratio = 0.9f,