diff options
author | fabriceci <fabricecipolla@gmail.com> | 2022-08-24 14:25:40 +0200 |
---|---|---|
committer | fabriceci <fabricecipolla@gmail.com> | 2022-08-24 21:23:11 +0200 |
commit | 59bf35f3dff09ba929bbd4e0f8979111140477d8 (patch) | |
tree | cc840e2b6b25f30255edfa6fc16d6ae5745e6ba6 /editor | |
parent | 0626ce50cfd35d1eb81c6c9627f8540be9636b4b (diff) | |
download | redot-engine-59bf35f3dff09ba929bbd4e0f8979111140477d8.tar.gz |
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 |