From d2d15cfda597c5e68323bb34ef44febc658a6491 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 16 Oct 2021 11:09:56 +0700 Subject: [PATCH] Automatic editor updates Changes made automatically after opening the project in the editor. --- examples/menu/menu.tscn | 6 ------ project.godot | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/menu/menu.tscn b/examples/menu/menu.tscn index 0d26426..f990ae4 100644 --- a/examples/menu/menu.tscn +++ b/examples/menu/menu.tscn @@ -19,9 +19,3 @@ script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } -update_mode = 1 -copy_on_selection = false -bell_muted = false -bell_cooldown = 0.1 -blink_on_time = 0.6 -blink_off_time = 0.3 diff --git a/project.godot b/project.godot index b63c0c4..e50d7bc 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,6 @@ config_version=4 _global_script_classes=[ ] _global_script_class_icons={ - } [application] @@ -25,7 +24,7 @@ window/vsync/use_vsync=false [editor_plugins] -enabled=PoolStringArray( "godot_xterm", "gut" ) +enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg", "res://addons/gut/plugin.cfg" ) [rendering]