mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Automatic .tscn file updates
Automatically changed by the editor.
This commit is contained in:
parent
082ce8f199
commit
e6db81615e
3 changed files with 0 additions and 4 deletions
|
@ -25,6 +25,5 @@ env = {
|
|||
}
|
||||
|
||||
[node name="Bell" type="AudioStreamPlayer" parent="."]
|
||||
|
||||
[connection signal="bell" from="." to="Bell" method="play"]
|
||||
[connection signal="exited" from="PTY" to="." method="_on_PTY_exited"]
|
||||
|
|
|
@ -19,5 +19,4 @@ script = ExtResource( 1 )
|
|||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[connection signal="key_pressed" from="Terminal" to="." method="_on_Terminal_key_pressed"]
|
||||
|
|
|
@ -13,7 +13,6 @@ __meta__ = {
|
|||
"_edit_use_anchors_": false
|
||||
}
|
||||
copy_on_selection = true
|
||||
bell_cooldown = 0.1
|
||||
|
||||
[node name="PTY" type="Node" parent="."]
|
||||
script = ExtResource( 2 )
|
||||
|
@ -25,5 +24,4 @@ env = {
|
|||
|
||||
[node name="Bell" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 1 )
|
||||
|
||||
[connection signal="bell" from="." to="Bell" method="play"]
|
||||
|
|
Loading…
Reference in a new issue