summaryrefslogtreecommitdiff
path: root/demos/gui/rich_text_bbcode/rich_text_bbcode.gd
blob: 30fac1f7290a33958f122be0593fadd5cee56ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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