Merge branch 'main' into dev

This commit is contained in:
MihailRis
2025-09-30 23:40:02 +03:00
39 changed files with 658 additions and 233 deletions
+2 -2
View File
@@ -86,9 +86,9 @@ body:get_size() -> vec3
body:set_size(size: vec3)
-- Returns the gravity multiplier
body:get_gravity_scale() -> vec3
body:get_gravity_scale() -> number
-- Sets the gravity multiplier
body:set_gravity_scale(scale: vec3)
body:set_gravity_scale(scale: number)
-- Returns the linear velocity attenuation multiplier (used to simulate air resistance and friction)
body:get_linear_damping() -> number