mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
6 lines
83 B
GDScript
6 lines
83 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta: float) -> void:
|
|
visible = get_tree().paused
|