You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@tool
|
|
extends TextureRect
|
|
|
|
@export_multiline var hint_text = ""
|
|
|
|
func _ready():
|
|
texture = get_theme_icon("NodeInfo", "EditorIcons")
|
|
modulate = get_theme_color("contrast_color_1", "Editor")
|
|
tooltip_text = hint_text
|