Select newly created or imported project automatically

(cherry picked from commit b8f80e9450)
This commit is contained in:
volzhs 2016-11-08 03:39:05 +09:00 committed by Rémi Verschelde
parent 36a4c54593
commit dd8b87f58e
2 changed files with 45 additions and 2 deletions

View file

@ -85,6 +85,8 @@ class ProjectManager : public Control {
void _scan_begin(const String& p_base);
void _load_recent_projects();
void _on_project_created(const String& dir);
void _update_scroll_pos(const String& dir);
void _scan_dir(DirAccess *da,float pos, float total,List<String> *r_projects);
void _install_project(const String& p_zip_path,const String& p_title);