1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Allow select multiple files in ResourcePreloaderEditor

This commit is contained in:
sanikoyes
2016-03-17 12:30:13 +08:00
parent 5b67305ebb
commit 174b9a5f9e
2 changed files with 34 additions and 30 deletions

View File

@@ -58,7 +58,7 @@ class ResourcePreloaderEditor : public PanelContainer {
void _load_pressed();
void _load_scene_pressed();
void _file_load_request(const String& p_path);
void _files_load_request(const Vector<String>& p_path);
void _paste_pressed();
void _delete_pressed();
void _delete_confirm_pressed();