You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
new file dialog!
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "scene/gui/dialogs.h"
|
||||
#include "scene/gui/line_edit.h"
|
||||
#include "scene/gui/option_button.h"
|
||||
#include "scene/gui/file_dialog.h"
|
||||
#include "tools/editor/editor_file_dialog.h"
|
||||
#include "scene/gui/check_button.h"
|
||||
|
||||
class ScriptCreateDialog : public ConfirmationDialog {
|
||||
@@ -44,7 +44,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
||||
LineEdit *parent_name;
|
||||
OptionButton *language_menu;
|
||||
LineEdit *file_path;
|
||||
FileDialog *file_browse;
|
||||
EditorFileDialog *file_browse;
|
||||
CheckButton *internal;
|
||||
VBoxContainer *path_vb;
|
||||
AcceptDialog *alert;
|
||||
|
||||
Reference in New Issue
Block a user