mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #36263 from Calinou/increase-default-2d-gravity
This commit is contained in:
@@ -320,7 +320,7 @@ public:
|
||||
ps->space_set_active(space, true);
|
||||
ps->set_active(true);
|
||||
ps->area_set_param(space, PhysicsServer2D::AREA_PARAM_GRAVITY_VECTOR, Vector2(0, 1));
|
||||
ps->area_set_param(space, PhysicsServer2D::AREA_PARAM_GRAVITY, 98);
|
||||
ps->area_set_param(space, PhysicsServer2D::AREA_PARAM_GRAVITY, 980);
|
||||
|
||||
{
|
||||
RID vp = vs->viewport_create();
|
||||
|
||||
Reference in New Issue
Block a user