main menu
This commit is contained in:
parent
29254dbda0
commit
089ebc4797
35 changed files with 389 additions and 117 deletions
5
scripts/components/gui/main_menu_rich_text.gd
Normal file
5
scripts/components/gui/main_menu_rich_text.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends RichTextLabel
|
||||
|
||||
|
||||
func _on_meta_clicked(meta: Variant) -> void:
|
||||
OS.shell_open(meta)
|
||||
Loading…
Add table
Add a link
Reference in a new issue