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