mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 08:20:11 +01: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
|