godot-xterm/examples/terminal/terminal.gd
pre-commit-ci[bot] 554c865bbe
fix: auto fixes
2025-06-29 12:17:16 +12:00

7 lines
71 B
GDScript

extends Terminal
@onready var pty = $PTY
func _ready():
pty.fork()