mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-29 02:35:31 +02:00
6 lines
70 B
GDScript
6 lines
70 B
GDScript
extends Terminal
|
|
|
|
@onready var pty = $PTY
|
|
|
|
func _ready():
|
|
pty.fork()
|