mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Use relative rather than absolute paths
This should allow GodotXterm be installed in locations other than `addons/godot_xterm`.
This commit is contained in:
parent
18d25579fd
commit
30807f1436
3 changed files with 9 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
tool
|
||||
extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"
|
||||
extends "../../nodes/terminal/terminal.gd"
|
||||
|
||||
signal exited(exit_code, signum)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue