mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
GUI demos converted to 3.0
This commit is contained in:
6
gui/rich_text_bbcode/rich_text_bbcode.gd
Normal file
6
gui/rich_text_bbcode/rich_text_bbcode.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
extends Panel
|
||||
|
||||
|
||||
func _on_RichTextLabel_meta_clicked(meta):
|
||||
OS.shell_open(meta)
|
||||
Reference in New Issue
Block a user