godot-xterm/addons/godot_xterm/editor_plugins/terminal
Leroy Hopson 3378e6ff8f
Add process_mode property to PTY
Adds process_mode property to PTY which can be set to IDLE or PHYSICS.
Determines whether the PTY will be updated in the `_process()` or
`_physics_process()` step. Defaults to PHYSICS.
2022-08-06 20:14:56 +12:00
..
settings Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
editor_terminal.gd Add process_mode property to PTY 2022-08-06 20:14:56 +12:00
editor_terminal.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
terminal_panel.gd Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
terminal_panel.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00