You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Now able to "Copy Node Path" from Remote tab". Fixes issue 28585.
This commit is contained in:
@@ -66,6 +66,7 @@ class ScriptEditorDebugger : public Control {
|
||||
enum ItemMenu {
|
||||
ITEM_MENU_COPY_ERROR,
|
||||
ITEM_MENU_SAVE_REMOTE_NODE,
|
||||
ITEM_MENU_COPY_NODE_PATH,
|
||||
};
|
||||
|
||||
AcceptDialog *msgdialog;
|
||||
|
||||
Reference in New Issue
Block a user