mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-12 21:50:26 +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="."]
|
[node name="Bell" type="AudioStreamPlayer" parent="."]
|
||||||
|
|
||||||
[connection signal="bell" from="." to="Bell" method="play"]
|
[connection signal="bell" from="." to="Bell" method="play"]
|
||||||
[connection signal="exited" from="PTY" to="." method="_on_PTY_exited"]
|
[connection signal="exited" from="PTY" to="." method="_on_PTY_exited"]
|
||||||
|
|
|
@ -19,5 +19,4 @@ script = ExtResource( 1 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[connection signal="key_pressed" from="Terminal" to="." method="_on_Terminal_key_pressed"]
|
[connection signal="key_pressed" from="Terminal" to="." method="_on_Terminal_key_pressed"]
|
||||||
|
|
|
@ -13,7 +13,6 @@ __meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
copy_on_selection = true
|
copy_on_selection = true
|
||||||
bell_cooldown = 0.1
|
|
||||||
|
|
||||||
[node name="PTY" type="Node" parent="."]
|
[node name="PTY" type="Node" parent="."]
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
@ -25,5 +24,4 @@ env = {
|
||||||
|
|
||||||
[node name="Bell" type="AudioStreamPlayer" parent="."]
|
[node name="Bell" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource( 1 )
|
stream = ExtResource( 1 )
|
||||||
|
|
||||||
[connection signal="bell" from="." to="Bell" method="play"]
|
[connection signal="bell" from="." to="Bell" method="play"]
|
||||||
|
|
Loading…
Reference in a new issue