mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-04-19 22:38:29 +02:00
Adds a globally unique namespace `GDXterm` that can be used to conveniently access scripts.
5 lines
175 B
GDScript
5 lines
175 B
GDScript
class_name GDXterm
|
|
|
|
const Terminal := preload("./nodes/terminal/terminal.gd")
|
|
const PTYUnix := preload("./nodes/pty/unix/pty_unix.gd")
|
|
const TPut := preload("./util/tput.gd")
|