Improve the Rich Text Label with BBCode demo (#816)

This commit is contained in:
Hugo Locurcio
2023-01-17 21:39:40 +01:00
committed by GitHub
parent bf898dc717
commit ee5862a782
13 changed files with 102 additions and 238 deletions

View File

@@ -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