mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-28 18:25:31 +02:00
fix: auto fixes
This commit is contained in:
parent
26ad5c0810
commit
c8d4a1033b
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