mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 12:04:24 +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
|
@ -1,4 +1,4 @@
|
|||
extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"
|
||||
extends GDXterm.Terminal
|
||||
|
||||
onready var pty = $PTY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue