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

@ -1,4 +1,4 @@
extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"
extends GDXterm.Terminal
onready var pty = $PTY