mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Select newly created or imported project automatically
(cherry picked from commit b8f80e9450)
This commit is contained in:
parent
36a4c54593
commit
dd8b87f58e
2 changed files with 45 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue