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,7 +1,7 @@
tool
extends EditorImportPlugin
const Asciicast = preload("res://addons/godot_xterm/resources/asciicast.gd")
const Asciicast = preload("../resources/asciicast.gd")
func get_importer_name():