missing file for bbcode demo
This commit is contained in:
parent
330351c613
commit
d3cbabba3d
1 changed files with 17 additions and 0 deletions
17
demos/gui/rich_text_bbcode/rich_text_bbcode.gd
Normal file
17
demos/gui/rich_text_bbcode/rich_text_bbcode.gd
Normal 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
|
Loading…
Reference in a new issue