7 lines
129 B
GDScript3
7 lines
129 B
GDScript3
|
@tool
|
||
|
extends LineEdit
|
||
|
|
||
|
func set_entry(entry: Dictionary):
|
||
|
self.text = entry.source_file
|
||
|
self.tooltip_text = entry.source_file
|