diff options
author | David Sichma <sichmada@gmail.com> | 2018-10-17 10:22:48 +0200 |
---|---|---|
committer | David Sichma <sichmada@gmail.com> | 2018-10-17 17:22:14 +0200 |
commit | 6ec4da2e3b6eeed5f6bc0d1a4f7e0a81147ea04e (patch) | |
tree | e9534fc366da0638e27f73fb7ecbb82617844cf9 /scene/2d/screen_button.cpp | |
parent | d3fde96dcf206a56c286eee85a52422c4cb158db (diff) |
Fix inconsistency in KinematicBody
- moved new infinite_inertia argument of move_and_slide and
move_and_slide_with_snap in KinematicBody and KinematicBody2D to the
end if not already there. This makes the order of arguments consistent
and should keep projects from 3.0 compatible as this argument did not
exist in 3.0. Docs updated accordingly.
- renamed max_bounces to max_slides for consistency. Docs updated
accordingly.
- the argument infinite_inertia in test_move is now optional, as it is
in every other movement related method. This closes #22829.
Diffstat (limited to 'scene/2d/screen_button.cpp')
0 files changed, 0 insertions, 0 deletions