file refactor
This commit is contained in:
parent
da5a3e874b
commit
bffb012a26
175 changed files with 1086 additions and 1107 deletions
4
scripts/gui/main_menu_rich_text.gd
Normal file
4
scripts/gui/main_menu_rich_text.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends RichTextLabel
|
||||
|
||||
func _on_meta_clicked(meta: Variant) -> void:
|
||||
OS.shell_open(meta)
|
||||
Loading…
Add table
Add a link
Reference in a new issue