Fix issues with InputMap::load_from_project_settings() when called in tool script

This commit is contained in:
Robert Yevdokimov 2025-04-05 10:25:44 +04:00
parent d48f9d45e2
commit bb3c8a0682
4 changed files with 35 additions and 18 deletions

View file

@ -117,4 +117,11 @@
</description>
</method>
</methods>
<signals>
<signal name="project_settings_loaded">
<description>
Emitted when the [ProjectSettings] [InputMap] has been loaded.
</description>
</signal>
</signals>
</class>