summaryrefslogtreecommitdiff
path: root/scene/resources/capsule_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/capsule_shape_3d.h')
-rw-r--r--scene/resources/capsule_shape_3d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/capsule_shape_3d.h b/scene/resources/capsule_shape_3d.h
index 967a413da4..4c039ab326 100644
--- a/scene/resources/capsule_shape_3d.h
+++ b/scene/resources/capsule_shape_3d.h
@@ -35,8 +35,8 @@
class CapsuleShape3D : public Shape3D {
GDCLASS(CapsuleShape3D, Shape3D);
- float radius = 1.0;
- float height = 3.0;
+ float radius = 0.5;
+ float height = 2.0;
protected:
static void _bind_methods();