mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
New controls for all tests: P to toggle pause on/off Affects the running tests but not menus.
6 lines
68 B
GDScript
6 lines
68 B
GDScript
extends Label
|
|
|
|
|
|
func _process(_delta):
|
|
visible = get_tree().paused
|