mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Remove references to terminal.gd
This commit is contained in:
parent
e563a15ce2
commit
15e5b2b8c7
10 changed files with 68 additions and 135 deletions
|
@ -1,7 +1,5 @@
|
|||
extends "res://addons/gut/test.gd"
|
||||
|
||||
const Terminal := preload("res://addons/godot_xterm/terminal.gd")
|
||||
|
||||
var terminal: Terminal
|
||||
|
||||
|
||||
|
@ -42,7 +40,6 @@ func test_writing_random_data_to_terminal_does_not_crash_application():
|
|||
class TestTheme:
|
||||
extends "res://addons/gut/test.gd"
|
||||
|
||||
const Terminal := preload("res://addons/godot_xterm/terminal.gd")
|
||||
const TestScene := preload("../scenes/theme.tscn")
|
||||
|
||||
const default_theme := preload("res://addons/godot_xterm/themes/default.tres")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue