diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-25 07:31:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 07:31:06 +0200 |
commit | 1204ad32d1377c76e3e3233f33a8a5d6489720b4 (patch) | |
tree | 14a42d965eb09619c244a9f963f9708511a56e25 /editor | |
parent | 1adcd0327fd39fe322db7a4b7408827c87467f15 (diff) | |
parent | 59bf35f3dff09ba929bbd4e0f8979111140477d8 (diff) | |
download | redot-engine-1204ad32d1377c76e3e3233f33a8a5d6489720b4.tar.gz |
Merge pull request #64829 from fabriceci/improve-monitor-contact-api
Improves the API for monitoring contacts in RigidDynamicBody
Diffstat (limited to 'editor')
-rw-r--r-- | editor/project_converter_3_to_4.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_converter_3_to_4.cpp b/editor/project_converter_3_to_4.cpp index e07a445ce3..fa8ab2cd7a 100644 --- a/editor/project_converter_3_to_4.cpp +++ b/editor/project_converter_3_to_4.cpp @@ -990,6 +990,7 @@ static const char *gdscript_properties_renames[][2] = { { "close_h_ofs", "close_h_offset" }, // Theme { "close_v_ofs", "close_v_offset" }, // Theme { "commentfocus", "comment_focus" }, // Theme + { "contacts_reported", "max_contacts_reported" }, // RigidDynamicBody { "drag_margin_bottom", "drag_bottom_margin" }, // Camera2D { "drag_margin_h_enabled", "drag_horizontal_enabled" }, // Camera2D { "drag_margin_left", "drag_left_margin" }, // Camera2D |