missing file for bbcode demo

This commit is contained in:
Juan Linietsky 2015-04-26 09:48:17 -03:00
parent 330351c613
commit d3cbabba3d

View file

@ -0,0 +1,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