godot
godot copied to clipboard
Fix Remote Nodes missing custom icons
BEFORE:
AFTER:
This PR also fixes the type hint for Remote Nodes:
I approve of this but I cannot speak on behalf of the debugger team.
It's unfortunate that the Remote Tree is a completely different thing from the opened Scene display, because code duplication like the one in the PR is required. I considered merging the two someday but it's an very, very daunting task.
This will close https://github.com/godotengine/godot-proposals/issues/2084 and #95209 when merged.
Thanks!