mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-04 14:49:41 +01:00
6 lines
68 B
GDScript3
6 lines
68 B
GDScript3
|
extends Label
|
||
|
|
||
|
|
||
|
func _process(_delta):
|
||
|
visible = get_tree().paused
|