Add namespace

Adds a globally unique namespace `GDXterm` that can be used to
conveniently access scripts.
This commit is contained in:
Leroy Hopson 2021-07-03 20:44:51 +07:00
parent 964af715d6
commit 39702646dc
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 20 additions and 7 deletions

View file

@ -0,0 +1,5 @@
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")