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:
@@ -53,7 +53,7 @@ class RichTextEditor : public Control {
|
||||
Panel *panel;
|
||||
MenuButton *options;
|
||||
RichTextLabel *node;
|
||||
FileDialog *file_dialog;
|
||||
EditorFileDialog *file_dialog;
|
||||
|
||||
void _file_selected(const String& p_path);
|
||||
void _menu_option(int p_option);
|
||||
|
||||
Reference in New Issue
Block a user