Files
2026-09-04 12:38:53 -04:00

7 lines
87 B
GDScript

extends Node
@export var tooltip := ""
func get_tooltip() -> String:
return tooltip