mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-29 02:35:31 +02:00
fix: auto fixes
This commit is contained in:
parent
3eef062a67
commit
554c865bbe
2 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,6 @@ extends Terminal
|
|||
|
||||
@onready var pty = $PTY
|
||||
|
||||
|
||||
func _ready():
|
||||
pty.fork()
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
extends "res://addons/gut/test.gd"
|
||||
|
||||
|
||||
class BaseTest:
|
||||
extends "res://addons/gut/test.gd"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue