mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
Add namespace
Adds a globally unique namespace `GDXterm` that can be used to conveniently access scripts.
This commit is contained in:
parent
964af715d6
commit
39702646dc
4 changed files with 20 additions and 7 deletions
5
addons/godot_xterm/namespace.gd
Normal file
5
addons/godot_xterm/namespace.gd
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue