6 lines
94 B
GDScript
6 lines
94 B
GDScript
extends RichTextLabel
|
|
|
|
|
|
func _on_visible_on_screen_notifier_2d_screen_exited():
|
|
queue_free()
|