This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmtk-2024/addons/AsepriteWizard/interface/docks/wizard/wizard_nodes/source_path.gd

7 lines
129 B
GDScript3
Raw Normal View History

2024-08-17 14:22:33 +00:00
@tool
extends LineEdit
func set_entry(entry: Dictionary):
self.text = entry.source_file
self.tooltip_text = entry.source_file