Adjust gravity constant

This commit is contained in:
James Lambert 2023-12-01 19:56:06 -07:00
parent 051450fd1b
commit 0626a02920

View file

@ -1,6 +1,7 @@
#ifndef __PHYSICS_CONFIG_H__
#define __PHYSICS_CONFIG_H__
#define GRAVITY_CONSTANT -9.8f
// values comes from sv_gravity constant from portal
#define GRAVITY_CONSTANT (-600.0f / 64.0f)
#endif