Allow to drop folders onto editor
This commit is contained in:
@ -468,6 +468,7 @@ private:
|
||||
void _update_recent_scenes();
|
||||
void _open_recent_scene(int p_idx);
|
||||
void _dropped_files(const Vector<String> &p_files, int p_screen);
|
||||
void _add_dropped_files_recursive(const Vector<String> &p_files, String to_path);
|
||||
String _recent_scene;
|
||||
|
||||
void _exit_editor();
|
||||
|
||||
Reference in New Issue
Block a user