7 lines
87 B
GDScript
7 lines
87 B
GDScript
extends Node
|
|
|
|
@export var tooltip := ""
|
|
|
|
func get_tooltip() -> String:
|
|
return tooltip
|