summaryrefslogtreecommitdiff
path: root/scene/resources/capsule_shape_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/capsule_shape_2d.h')
-rw-r--r--scene/resources/capsule_shape_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/capsule_shape_2d.h b/scene/resources/capsule_shape_2d.h
index 439b67e8c3..37b6c52c0e 100644
--- a/scene/resources/capsule_shape_2d.h
+++ b/scene/resources/capsule_shape_2d.h
@@ -36,7 +36,7 @@
class CapsuleShape2D : public Shape2D {
GDCLASS(CapsuleShape2D, Shape2D);
- real_t height = 20.0;
+ real_t height = 30.0;
real_t radius = 10.0;
void _update_shape();