mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Improve the Rich Text Label with BBCode demo (#816)
This commit is contained in:
@@ -6,3 +6,7 @@ func _on_RichTextLabel_meta_clicked(meta):
|
||||
print("Opened link '%s' successfully!" % meta)
|
||||
else:
|
||||
print("Failed opening the link '%s'!" % meta)
|
||||
|
||||
|
||||
func _on_pause_toggled(button_pressed):
|
||||
get_tree().paused = button_pressed
|
||||
|
||||
Reference in New Issue
Block a user