diff --git a/release/scripts/startup/bl_ui/properties_game.py b/release/scripts/startup/bl_ui/properties_game.py index 46362c74ef31..540d73d031e9 100644 --- a/release/scripts/startup/bl_ui/properties_game.py +++ b/release/scripts/startup/bl_ui/properties_game.py @@ -178,6 +178,7 @@ def draw(self, context): col = split.column() col.label(text="Attributes:") col.prop(game, "radius") + col.prop(game, "elasticity", slider=True) col.label(text="Friction:") col.prop(game, "friction") col.prop(game, "rolling_friction")