1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Added method to create TextFiles

This commit is contained in:
Paulb23
2018-08-14 23:41:23 +01:00
parent b4f579b5ba
commit 6741e7a15d
2 changed files with 26 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ class ScriptEditor : public PanelContainer {
EditorNode *editor;
enum {
FILE_NEW,
FILE_NEW_TEXTFILE,
FILE_OPEN,
FILE_OPEN_RECENT,
FILE_SAVE,