add winning states to menu panel
This commit is contained in:
@ -27,10 +27,10 @@ constexpr float ROT_SPEED = 1.0;
|
||||
|
||||
// Physics Engine
|
||||
constexpr float MASS = 1.0;
|
||||
constexpr float SPRING_CONSTANT = 1.5;
|
||||
constexpr float SPRING_CONSTANT = 1.0;
|
||||
constexpr float DAMPENING_CONSTANT = 0.8;
|
||||
constexpr float REST_LENGTH = 1.1;
|
||||
constexpr float REPULSION_FORCE = 0.5;
|
||||
constexpr float REST_LENGTH = 1.0;
|
||||
constexpr float REPULSION_FORCE = 0.1;
|
||||
constexpr float REPULSION_RANGE = 3.0 * REST_LENGTH;
|
||||
constexpr float VERLET_DAMPENING = 0.02; // [0, 1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user