mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
39702646dc
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")
|