godot-xterm/addons/godot_xterm/editor_plugins/terminal
Leroy Hopson 55b0a0577d
Update bell
- Don't add the bell to the archive to keep it small a simplify
  licensing. Also bells seem to be rarely used with terminal emulators.
- Don't play the bell directly from the Terminal node by adding an
  AudioStreamPlayer, but make it easy to tune the "bell" signal behavior
  from the Terminal node so that only an AudioStreamPlayer node's play()
  method needs to be connected to it.
- Keep the bell.wav sound around for testing/demo.
2021-07-23 08:37:49 +07:00
..
settings Update bell 2021-07-23 08:37:49 +07:00
editor_terminal.gd Use relative rather than absolute paths 2021-07-15 21:30:09 +07:00
editor_terminal.tscn Update bell 2021-07-23 08:37:49 +07:00
terminal_panel.gd Make compatible with Godot v3.2 2021-07-20 14:26:34 +07:00
terminal_panel.tscn Add popup label to show terminal and panel size on resize 2021-07-13 23:34:24 +07:00