label_pause.gd 68 B

12345
  1. extends Label
  2. func _process(_delta):
  3. visible = get_tree().paused