This commit is contained in:
teebarjunk 2021-10-13 11:54:25 -04:00
parent ae5f26280c
commit c5104ff5a5
3 changed files with 2 additions and 65 deletions

3
.gitignore vendored
View File

@ -2,7 +2,6 @@
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
@ -10,6 +9,8 @@ export_presets.cfg
.mono/
data_*/
project.godot
# Text editor related
test_files/
.trash/

View File

@ -1,6 +0,0 @@
Let's run a test.
Okay, who cares aout that?
Okay, and then what?

View File

@ -1,58 +0,0 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
_global_script_classes=[ {
"base": "Resource",
"class": "TE_ExtensionHelper",
"language": "GDScript",
"path": "res://addons/text_editor/ext/TE_ExtensionHelper.gd"
}, {
"base": "RichTextLabel",
"class": "TE_RichTextLabel",
"language": "GDScript",
"path": "res://addons/text_editor/TE_RichTextLabel.gd"
}, {
"base": "Reference",
"class": "TE_Util",
"language": "GDScript",
"path": "res://addons/text_editor/TE_Util.gd"
}, {
"base": "Control",
"class": "TextEditor",
"language": "GDScript",
"path": "res://addons/text_editor/TE_TextEditor.gd"
} ]
_global_script_class_icons={
"TE_ExtensionHelper": "",
"TE_RichTextLabel": "",
"TE_Util": "",
"TextEditor": ""
}
[application]
config/name="TextEdit"
run/main_scene="res://addons/text_editor/TextEditor.tscn"
config/icon="res://icon.png"
[editor_plugins]
enabled=PoolStringArray( "res://addons/text_editor/plugin.cfg" )
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"