diff --git a/.gitignore b/.gitignore index cdb2dd6..bebc37a 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/new_file.txt b/new_file.txt deleted file mode 100644 index 1433b14..0000000 --- a/new_file.txt +++ /dev/null @@ -1,6 +0,0 @@ -Let's run a test. - - -Okay, who cares aout that? - -Okay, and then what? \ No newline at end of file diff --git a/project.godot b/project.godot deleted file mode 100644 index 76c0569..0000000 --- a/project.godot +++ /dev/null @@ -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"