godot-demo-projects/gui/rich_text_bbcode/rich_text_bbcode.gd

18 lines
228 B
GDScript3
Raw Normal View History

2015-04-26 14:48:17 +02:00
extends Panel
# member variables here, example:
# var a=2
# var b="textvar"
func _ready():
# Initialization here
pass
func _on_RichTextLabel_meta_clicked( meta ):
OS.shell_open(meta)
pass # replace with function body