mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 12:04:24 +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,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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue