5 lines
76 B
GDScript
5 lines
76 B
GDScript
extends Node2D
|
|
|
|
func set_tooltip(text: String) -> void:
|
|
$Tooltip.text=text
|