rich_text_bbcode.gd 81 B

1234567
  1. extends Panel
  2. func _on_RichTextLabel_meta_clicked(meta):
  3. OS.shell_open(meta)