Automatic .tscn file updates

Automatically changed by the editor.
This commit is contained in:
Leroy Hopson 2021-07-25 23:06:49 +07:00
parent 082ce8f199
commit e6db81615e
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 0 additions and 4 deletions

View file

@ -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"]

View file

@ -19,5 +19,4 @@ script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="key_pressed" from="Terminal" to="." method="_on_Terminal_key_pressed"]

View file

@ -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"]