You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
missing file for bbcode demo
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user