mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
6 lines
83 B
GDScript
6 lines
83 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta: float) -> void:
|
|
visible = get_tree().paused
|