mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-24 02:20:24 +01:00
Automatic editor updates
Changes made automatically after opening the project in the editor.
This commit is contained in:
parent
69d67ed806
commit
d2d15cfda5
2 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue