Use relative rather than absolute paths

This should allow GodotXterm be installed in locations other than
`addons/godot_xterm`.
This commit is contained in:
Leroy Hopson 2021-07-15 21:30:09 +07:00
parent 18d25579fd
commit 30807f1436
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
tool
extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"
extends "../../nodes/terminal/terminal.gd"
signal exited(exit_code, signum)