index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demos
/
gui
/
rich_text_bbcode
/
rich_text_bbcode.gd
blob: 79a08c130339261e1effa2369d82b0a8b3eca31c (
plain
)
1
2
3
4
5
6
extends
Panel
func
_on_RichTextLabel_meta_clicked
(
meta
):
OS
.
shell_open
(
meta
)