You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Support editing JSON in ScriptEditor
This commit is contained in:
@@ -41,7 +41,7 @@ class TextEditor : public ScriptEditorBase {
|
||||
private:
|
||||
CodeTextEditor *code_editor = nullptr;
|
||||
|
||||
Ref<TextFile> text_file;
|
||||
Ref<Resource> edited_res;
|
||||
bool editor_enabled = false;
|
||||
|
||||
HBoxContainer *edit_hb = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user