summaryrefslogtreecommitdiffstats
path: root/editor
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-25 07:31:06 +0200
committerGitHub <noreply@github.com>2022-08-25 07:31:06 +0200
commit1204ad32d1377c76e3e3233f33a8a5d6489720b4 (patch)
tree14a42d965eb09619c244a9f963f9708511a56e25 /editor
parent1adcd0327fd39fe322db7a4b7408827c87467f15 (diff)
parent59bf35f3dff09ba929bbd4e0f8979111140477d8 (diff)
downloadredot-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.cpp1
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